|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.epics.pvmanager.util.NumberFormats
public final class NumberFormats
NumberFormat factory.
Constructor Summary | |
---|---|
NumberFormats()
|
Method Summary | |
---|---|
static java.text.NumberFormat |
format(int precision)
Returns a number format that formats a number with the given number of precision digits. |
static java.text.NumberFormat |
toStringFormat()
Returns the NumberFormat that uses the standard text representation (toString) for numbers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumberFormats()
Method Detail |
---|
public static java.text.NumberFormat format(int precision)
precision
- number of digits past the decimal point
public static java.text.NumberFormat toStringFormat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |