Sets the justification used by addLabel(), where justification is Plot.LEFT, Plot.CENTER or Plot.RIGHT. Default is LEFT.
(int justification)
| 1157 | /** Sets the justification used by addLabel(), where <code>justification</code> |
| 1158 | * is Plot.LEFT, Plot.CENTER or Plot.RIGHT. Default is LEFT. */ |
| 1159 | public void setJustification(int justification) { |
| 1160 | currentJustification = justification; |
| 1161 | } |
| 1162 | |
| 1163 | @AstroImageJ(reason = "displacement arrow impl.") |
| 1164 | public void setOffScreenDisplacementArrowControl(boolean enableX, boolean enableY) { |
no outgoing calls
no test coverage detected