MCPcopy Create free account
hub / github.com/rambaut/figtree / getMajorTickCount

Method getMajorTickCount

src/figtree/treeviewer/ScaleAxis.java:654–658  ·  view source on GitHub ↗

Returns the number of major tick marks along the axis

()

Source from the content-addressed store, hash-verified

652 * Returns the number of major tick marks along the axis
653 */
654 public int getMajorTickCount() {
655 if (!isCalibrated)
656 calibrate();
657 return majorTickCount;
658 }
659
660 /**
661 * Returns the number of minor tick marks within each major one

Callers 3

paintAxisMethod · 0.95
getMaxTickLabelWidthMethod · 0.95
paintAxisMethod · 0.95

Calls 1

calibrateMethod · 0.95

Tested by

no test coverage detected