|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.das2.util.NumberFormatUtil
public class NumberFormatUtil
Constructor Summary | |
---|---|
NumberFormatUtil()
|
Method Summary | |
---|---|
static java.text.DecimalFormat |
getDecimalFormat()
handles the localization problem (bug 0000294) by always returning a DecimalFormat for Locale.US. |
static java.text.DecimalFormat |
getDecimalFormat(java.lang.String spec)
handles the localization problem (bug 0000294) by always returning a DecimalFormat for Locale.US. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumberFormatUtil()
Method Detail |
---|
public static java.text.DecimalFormat getDecimalFormat()
java.lang.ClassCastException
- if for some reason, NumberFormat.getInstance doesn't return DecimalFormat.public static java.text.DecimalFormat getDecimalFormat(java.lang.String spec)
java.lang.ClassCastException
- if for some reason, NumberFormat.getInstance doesn't return DecimalFormat.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |