Package net.thevpc.common.util
Class MetricFormat
java.lang.Object
net.thevpc.common.util.DefaultUnitFormat
net.thevpc.common.util.MetricFormat
- All Implemented Interfaces:
Serializable,DoubleFormat
Created by vpc on 3/20/17.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMetricFormat(boolean leadingZeros, boolean intermediateZeros, boolean fixedLength, int high, int low, boolean decimal) MetricFormat(String format) -
Method Summary
Methods inherited from class net.thevpc.common.util.DefaultUnitFormat
format, formatDouble, toPattern
-
Constructor Details
-
MetricFormat
public MetricFormat(boolean leadingZeros, boolean intermediateZeros, boolean fixedLength, int high, int low, boolean decimal) -
MetricFormat
public MetricFormat() -
MetricFormat
-