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

Method getLabelLast

src/figtree/treeviewer/ScaleAxis.java:173–178  ·  view source on GitHub ↗

return show label for last tick flag

()

Source from the content-addressed store, hash-verified

171 * return show label for last tick flag
172 */
173 public boolean getLabelLast() {
174 if (getMinorTickCount(majorTickCount-1)==0) // The last tick is a label anyway
175 return false;
176 else
177 return labelLast;
178 }
179
180 /**
181 * Manually set the axis range. Axis flags must be set to AT_VALUE for this to take effect.

Callers 3

paintAxisMethod · 0.95
getMaxTickLabelWidthMethod · 0.95
paintAxisMethod · 0.95

Calls 1

getMinorTickCountMethod · 0.95

Tested by

no test coverage detected