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

Method getMaximumFractionDigits

src/figtree/ui/PercentFormat.java:54–57  ·  view source on GitHub ↗

Returns the maximum number of digits allowed in the fraction portion of a number. @see #setMaximumFractionDigits

()

Source from the content-addressed store, hash-verified

52 * @see #setMaximumFractionDigits
53 */
54 @Override
55 public int getMaximumFractionDigits() {
56 return nf.getMaximumFractionDigits();
57 }
58
59 /**
60 * Returns the maximum number of digits allowed in the integer portion of a

Callers 4

Calls

no outgoing calls

Tested by

no test coverage detected