Frames | No Frames |
Classes derived from com.ibm.icu.text.NumberFormat | |
class | DecimalFormat is a concrete subclass of
NumberFormat that formats decimal numbers. |
class | A class that formats numbers according to a set of rules. |
Fields of type com.ibm.icu.text.NumberFormat | |
NumberFormat | The number formatter that DateFormat uses to format numbers
in dates and times. |
Methods with parameter type com.ibm.icu.text.NumberFormat | |
void | Allows you to set the number formatter.
|
void | Allows you to set the number formatter.
|
Methods with return type com.ibm.icu.text.NumberFormat | |
NumberFormat | NumberFormat.NumberFormatFactory.createFormat(Locale loc, int formatType) Returns a number format of the appropriate type. |
NumberFormat | Returns a number format of the appropriate type. |
NumberFormat | Returns a currency format for the current default locale.
|
NumberFormat | NumberFormat.getCurrencyInstance(Locale inLocale) Returns a currency format for the specified locale.
|
NumberFormat | Returns a currency format for the specified locale.
|
NumberFormat | Returns the default number format for the current default locale.
|
NumberFormat | NumberFormat.getInstance(Locale inLocale) Returns the default number format for the specified locale.
|
NumberFormat | Returns the default number format for the specified locale.
|
NumberFormat | Returns an integer number format for the current default locale. |
NumberFormat | NumberFormat.getIntegerInstance(Locale inLocale) Returns an integer number format for the specified locale. |
NumberFormat | Returns an integer number format for the specified locale. |
NumberFormat | Gets the number formatter which this date/time formatter uses to
format and parse a time.
|
NumberFormat | Returns a general-purpose number format for the current default locale.
|
NumberFormat | NumberFormat.getNumberInstance(Locale inLocale) Returns a general-purpose number format for the specified locale.
|
NumberFormat | Returns a general-purpose number format for the specified locale.
|
NumberFormat | Returns a percentage format for the current default locale.
|
NumberFormat | NumberFormat.getPercentInstance(Locale inLocale) Returns a percentage format for the specified locale.
|
NumberFormat | Returns a percentage format for the specified locale.
|
NumberFormat | NEW
Returns a scientific format for the current default locale.
|
NumberFormat | NumberFormat.getScientificInstance(Locale inLocale) NEW
Returns a scientific format for the specified locale.
|
NumberFormat | NEW
Returns a scientific format for the specified locale.
|
Methods with return type com.ibm.icu.text.NumberFormat | |
NumberFormat | GlobalizationPreferences.getNumberFormat(int style) Gets a number format according to the current settings. |