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

Method setTickLength

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

Sets the length of the major tick in pixels. Call update() thereafter to make the change visible (if the image is shown already).

(int tickLength)

Source from the content-addressed store, hash-verified

702 /** Sets the length of the major tick in pixels.
703 * Call update() thereafter to make the change visible (if the image is shown already). */
704 public void setTickLength(int tickLength) {
705 this.tickLength = tickLength;
706 }
707
708 /** Sets the length of the minor tick in pixels. */
709 public void setMinorTickLength(int minorTickLength) {

Callers 1

setAxesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected