public abstract static class NumberFormat.SimpleNumberFormatFactory extends NumberFormat.NumberFormatFactory
FORMAT_CURRENCY, FORMAT_INTEGER, FORMAT_NUMBER, FORMAT_PERCENT, FORMAT_SCIENTIFIC| Constructor and Description |
|---|
SimpleNumberFormatFactory(java.util.Locale locale)
Constructs a SimpleNumberFormatFactory with the given locale.
|
SimpleNumberFormatFactory(java.util.Locale locale,
boolean visible)
Constructs a SimpleNumberFormatFactory with the given locale and the
visibility.
|
SimpleNumberFormatFactory(ULocale locale)
Constructs a SimpleNumberFormatFactory with the given locale.
|
SimpleNumberFormatFactory(ULocale locale,
boolean visible)
Constructs a SimpleNumberFormatFactory with the given locale and the
visibility.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
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 SimpleNumberFormatFactory(java.util.Locale locale)
public SimpleNumberFormatFactory(java.util.Locale locale,
boolean visible)
public SimpleNumberFormatFactory(ULocale locale)
public SimpleNumberFormatFactory(ULocale locale, boolean visible)
public final boolean visible()
visible in class NumberFormat.NumberFormatFactorypublic final java.util.Set<java.lang.String> getSupportedLocaleNames()
getSupportedLocaleNames in class NumberFormat.NumberFormatFactoryCopyright © 2016 Unicode, Inc. and others.