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(java.util.Locale locale)
Constructs a SimpleNumberFormatFactory with the given locale.
|
NumberFormat.SimpleNumberFormatFactory(java.util.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 |
---|---|
java.util.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, createFormat
public NumberFormat.SimpleNumberFormatFactory(java.util.Locale locale)
public NumberFormat.SimpleNumberFormatFactory(java.util.Locale locale, boolean visible)
public NumberFormat.SimpleNumberFormatFactory(ULocale locale)
public NumberFormat.SimpleNumberFormatFactory(ULocale locale, boolean visible)
public final boolean visible()
visible
in class NumberFormat.NumberFormatFactory
public final java.util.Set getSupportedLocaleNames()
getSupportedLocaleNames
in class NumberFormat.NumberFormatFactory
Copyright (c) 2009 IBM Corporation and others.