public abstract static class NumberFormat.SimpleNumberFormatFactory extends NumberFormat.NumberFormatFactory
FORMAT_CURRENCY, FORMAT_INTEGER, FORMAT_NUMBER, FORMAT_PERCENT, FORMAT_SCIENTIFIC
Constructor | Description |
---|---|
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.
|
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.
|
Modifier and Type | Method | 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, createFormat
public 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.NumberFormatFactory
public final java.util.Set<java.lang.String> getSupportedLocaleNames()
getSupportedLocaleNames
in class NumberFormat.NumberFormatFactory
Copyright ? 2016 Unicode, Inc. and others.