|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumberFormat | |
com.ibm.icu.text | Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. |
Uses of NumberFormat in com.ibm.icu.text |
Subclasses of NumberFormat in com.ibm.icu.text | |
class |
DecimalFormat
DecimalFormat is a concrete subclass of
NumberFormat that formats decimal numbers. |
class |
RuleBasedNumberFormat
A class that formats numbers according to a set of rules. |
Fields in com.ibm.icu.text declared as NumberFormat | |
protected NumberFormat |
DateFormat.numberFormat
The number formatter that DateFormat uses to format numbers
in dates and times. |
Methods in com.ibm.icu.text that return NumberFormat | |
NumberFormat |
DateFormat.getNumberFormat()
Gets the number formatter which this date/time formatter uses to format and parse a time. |
static NumberFormat |
NumberFormat.getInstance()
Returns the default number format for the current default locale. |
static NumberFormat |
NumberFormat.getInstance(Locale inLocale)
Returns the default number format for the specified locale. |
static NumberFormat |
NumberFormat.getInstance(ULocale inLocale)
Deprecated. This is a draft API and might change in a future release of ICU. |
static NumberFormat |
NumberFormat.getNumberInstance()
Returns a general-purpose number format for the current default locale. |
static NumberFormat |
NumberFormat.getNumberInstance(Locale inLocale)
Returns a general-purpose number format for the specified locale. |
static NumberFormat |
NumberFormat.getNumberInstance(ULocale inLocale)
Deprecated. This is a draft API and might change in a future release of ICU. |
static NumberFormat |
NumberFormat.getIntegerInstance()
Returns an integer number format for the current default locale. |
static NumberFormat |
NumberFormat.getIntegerInstance(Locale inLocale)
Returns an integer number format for the specified locale. |
static NumberFormat |
NumberFormat.getIntegerInstance(ULocale inLocale)
Deprecated. This is a draft API and might change in a future release of ICU. |
static NumberFormat |
NumberFormat.getCurrencyInstance()
Returns a currency format for the current default locale. |
static NumberFormat |
NumberFormat.getCurrencyInstance(Locale inLocale)
Returns a currency format for the specified locale. |
static NumberFormat |
NumberFormat.getCurrencyInstance(ULocale inLocale)
Deprecated. This is a draft API and might change in a future release of ICU. |
static NumberFormat |
NumberFormat.getPercentInstance()
Returns a percentage format for the current default locale. |
static NumberFormat |
NumberFormat.getPercentInstance(Locale inLocale)
Returns a percentage format for the specified locale. |
static NumberFormat |
NumberFormat.getPercentInstance(ULocale inLocale)
Deprecated. This is a draft API and might change in a future release of ICU. |
static NumberFormat |
NumberFormat.getScientificInstance()
NEW Returns a scientific format for the current default locale. |
static NumberFormat |
NumberFormat.getScientificInstance(Locale inLocale)
NEW Returns a scientific format for the specified locale. |
static NumberFormat |
NumberFormat.getScientificInstance(ULocale inLocale)
Deprecated. This is a draft API and might change in a future release of ICU. |
NumberFormat |
NumberFormat.NumberFormatFactory.createFormat(ULocale loc,
int formatType)
Deprecated. This is a draft API and might change in a future release of ICU. |
NumberFormat |
NumberFormat.NumberFormatFactory.createFormat(Locale loc,
int formatType)
Returns a number format of the appropriate type. |
Methods in com.ibm.icu.text with parameters of type NumberFormat | |
void |
DateFormat.setNumberFormat(NumberFormat newNumberFormat)
Allows you to set the number formatter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |