NumberFormat

Undocumented in source.
class NumberFormat : Format {}

Constructors

this
this()
Undocumented in source.

Members

Classes

Field
class Field
Undocumented in source.

Functions

clone
Object clone()
Undocumented in source. Be warned that the author may not have intended to support it.
equals
bool equals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
format
String format(double number)
Undocumented in source. Be warned that the author may not have intended to support it.
format
StringBuffer format(double number, StringBuffer toAppendTo, FieldPosition pos)
Undocumented in source. Be warned that the author may not have intended to support it.
format
String format(long number)
Undocumented in source. Be warned that the author may not have intended to support it.
format
StringBuffer format(long number, StringBuffer toAppendTo, FieldPosition pos)
Undocumented in source. Be warned that the author may not have intended to support it.
format
StringBuffer format(Object number, StringBuffer toAppendTo, FieldPosition pos)
Undocumented in source. Be warned that the author may not have intended to support it.
getCurrency
Currency getCurrency()
Undocumented in source. Be warned that the author may not have intended to support it.
getMaximumFractionDigits
int getMaximumFractionDigits()
Undocumented in source. Be warned that the author may not have intended to support it.
getMaximumIntegerDigits
int getMaximumIntegerDigits()
Undocumented in source. Be warned that the author may not have intended to support it.
getMinimumFractionDigits
int getMinimumFractionDigits()
Undocumented in source. Be warned that the author may not have intended to support it.
getMinimumIntegerDigits
int getMinimumIntegerDigits()
Undocumented in source. Be warned that the author may not have intended to support it.
hashCode
int hashCode()
Undocumented in source. Be warned that the author may not have intended to support it.
isGroupingUsed
bool isGroupingUsed()
Undocumented in source. Be warned that the author may not have intended to support it.
isParseIntegerOnly
bool isParseIntegerOnly()
Undocumented in source. Be warned that the author may not have intended to support it.
parse
Number parse(String source)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
Number parse(String source, ParsePosition parsePosition)
Undocumented in source. Be warned that the author may not have intended to support it.
parseObject
Object parseObject(String source, ParsePosition pos)
Undocumented in source. Be warned that the author may not have intended to support it.
setCurrency
void setCurrency(Currency currency)
Undocumented in source. Be warned that the author may not have intended to support it.
setGroupingUsed
void setGroupingUsed(bool newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaximumFractionDigits
void setMaximumFractionDigits(int newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaximumIntegerDigits
void setMaximumIntegerDigits(int newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
setMinimumFractionDigits
void setMinimumFractionDigits(int newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
setMinimumIntegerDigits
void setMinimumIntegerDigits(int newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
setParseIntegerOnly
void setParseIntegerOnly(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getAvailableLocales
Locale[] getAvailableLocales()
Undocumented in source. Be warned that the author may not have intended to support it.
getCurrencyInstance
NumberFormat getCurrencyInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
getCurrencyInstance
NumberFormat getCurrencyInstance(Locale inLocale)
Undocumented in source. Be warned that the author may not have intended to support it.
getInstance
NumberFormat getInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
getInstance
NumberFormat getInstance(Locale inLocale)
Undocumented in source. Be warned that the author may not have intended to support it.
getIntegerInstance
NumberFormat getIntegerInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
getIntegerInstance
NumberFormat getIntegerInstance(Locale inLocale)
Undocumented in source. Be warned that the author may not have intended to support it.
getNumberInstance
NumberFormat getNumberInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
getNumberInstance
NumberFormat getNumberInstance(Locale inLocale)
Undocumented in source. Be warned that the author may not have intended to support it.
getPercentInstance
NumberFormat getPercentInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
getPercentInstance
NumberFormat getPercentInstance(Locale inLocale)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

FRACTION_FIELD
int FRACTION_FIELD;
Undocumented in source.
INTEGER_FIELD
int INTEGER_FIELD;
Undocumented in source.

Inherited Members

From Format

Field
class Field
Undocumented in source.
clone
Object clone()
Undocumented in source. Be warned that the author may not have intended to support it.
format
String format(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
format
StringBuffer format(Object obj, StringBuffer toAppendTo, FieldPosition pos)
Undocumented in source.
formatToCharacterIterator
AttributedCharacterIterator formatToCharacterIterator(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
parseObject
Object parseObject(String source)
Undocumented in source. Be warned that the author may not have intended to support it.
parseObject
Object parseObject(String source, ParsePosition pos)
Undocumented in source.

Meta