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

Method getFormatter

src/figtree/treeviewer/ScaleAxis.java:617–619  ·  view source on GitHub ↗

@return a DecimalFormat for formating the axis labels

()

Source from the content-addressed store, hash-verified

615 * @return a DecimalFormat for formating the axis labels
616 */
617 public DecimalFormat getFormatter() {
618 return formatter;
619 }
620
621 /**
622 * @return minimum range of the axis

Callers 1

getMaxTickLabelWidthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected