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

Method getLabelFirst

src/figtree/treeviewer/ScaleAxis.java:163–168  ·  view source on GitHub ↗

return show label for first tick flag

()

Source from the content-addressed store, hash-verified

161 * return show label for first tick flag
162 */
163 public boolean getLabelFirst() {
164 if (getMinorTickCount(-1)==0) // The first tick is a label anyway
165 return false;
166 else
167 return labelFirst;
168 }
169
170 /**
171 * return show label for last tick flag

Callers 3

paintAxisMethod · 0.95
getMaxTickLabelWidthMethod · 0.95
paintAxisMethod · 0.95

Calls 1

getMinorTickCountMethod · 0.95

Tested by

no test coverage detected