public abstract static class NumberFormat.SimpleNumberFormatFactory extends NumberFormat.NumberFormatFactory
FORMAT_CURRENCY, FORMAT_INTEGER, FORMAT_NUMBER, FORMAT_PERCENT, FORMAT_SCIENTIFIC
Constructor and Description |
---|
SimpleNumberFormatFactory(Locale locale)
Constructs a SimpleNumberFormatFactory with the given locale.
|
SimpleNumberFormatFactory(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 |
---|---|
Set<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(Locale locale)
public SimpleNumberFormatFactory(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 Set<String> getSupportedLocaleNames()
getSupportedLocaleNames
in class NumberFormat.NumberFormatFactory
Copyright © 2016 Unicode, Inc. and others.