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

Method setMinorTickLength

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

Sets the length of the minor tick in pixels.

(int minorTickLength)

Source from the content-addressed store, hash-verified

707
708 /** Sets the length of the minor tick in pixels. */
709 public void setMinorTickLength(int minorTickLength) {
710 this.minorTickLength = minorTickLength;
711 }
712
713 /** Sets the flags that control the axes format.
714 * Does not modify the flags for logarithmic axes on/off and the FORCE2GRID flags.

Callers 1

setAxesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected