MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / setJustification

Method setJustification

ij/src/main/java/ij/gui/Plot.java:1159–1161  ·  view source on GitHub ↗

Sets the justification used by addLabel(), where justification is Plot.LEFT, Plot.CENTER or Plot.RIGHT. Default is LEFT.

(int justification)

Source from the content-addressed store, hash-verified

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) {

Callers 3

drawShapeMethod · 0.95
runMethod · 0.95
updatePlotMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected