com.ibm.icu.text
public abstract static class NumberFormat.SimpleNumberFormatFactory extends NumberFormat.NumberFormatFactory
FORMAT_CURRENCY, FORMAT_INTEGER, FORMAT_NUMBER, FORMAT_PERCENT, FORMAT_SCIENTIFIC| Constructor and Description |
|---|
NumberFormat.SimpleNumberFormatFactory(Locale locale)
Constructs a SimpleNumberFormatFactory with the given locale.
|
NumberFormat.SimpleNumberFormatFactory(Locale locale,
boolean visible)
Constructs a SimpleNumberFormatFactory with the given locale and the
visibility.
|
NumberFormat.SimpleNumberFormatFactory(ULocale locale)
Constructs a SimpleNumberFormatFactory with the given locale.
|
NumberFormat.SimpleNumberFormatFactory(ULocale locale,
boolean visible)
Constructs a SimpleNumberFormatFactory with the given locale and the
visibility.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
getSupportedLocaleNames()
Returns an immutable collection of the locale names directly
supported by this factory.
|
boolean |
visible()
Returns true if this factory is visible.
|
createFormat, createFormatpublic NumberFormat.SimpleNumberFormatFactory(Locale locale)
public NumberFormat.SimpleNumberFormatFactory(Locale locale, boolean visible)
public NumberFormat.SimpleNumberFormatFactory(ULocale locale)
public NumberFormat.SimpleNumberFormatFactory(ULocale locale, boolean visible)
public final boolean visible()
visible in class NumberFormat.NumberFormatFactorypublic final Set getSupportedLocaleNames()
getSupportedLocaleNames in class NumberFormat.NumberFormatFactoryCopyright (c) 2009 IBM Corporation and others.