Uses of Class
com.ibm.icu.text.MeasureFormat.FormatWidth
-
Packages that use MeasureFormat.FormatWidth Package Description com.ibm.icu.text -
-
Uses of MeasureFormat.FormatWidth in com.ibm.icu.text
Fields in com.ibm.icu.text declared as MeasureFormat.FormatWidth Modifier and Type Field Description private MeasureFormat.FormatWidth
MeasureFormat. formatWidth
private MeasureFormat.FormatWidth
MeasureFormat.MeasureProxy. formatWidth
Methods in com.ibm.icu.text that return MeasureFormat.FormatWidth Modifier and Type Method Description private static MeasureFormat.FormatWidth
MeasureFormat. fromFormatWidthOrdinal(int ordinal)
MeasureFormat.FormatWidth
MeasureFormat. getWidth()
Get the format width this instance is using.static MeasureFormat.FormatWidth
MeasureFormat.FormatWidth. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MeasureFormat.FormatWidth[]
MeasureFormat.FormatWidth. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text with parameters of type MeasureFormat.FormatWidth Modifier and Type Method Description static MeasureFormat
MeasureFormat. getInstance(ULocale locale, MeasureFormat.FormatWidth formatWidth)
Create a format from the locale, formatWidth, and format.static MeasureFormat
MeasureFormat. getInstance(ULocale locale, MeasureFormat.FormatWidth formatWidth, NumberFormat format)
Create a format from the locale, formatWidth, and format.static MeasureFormat
MeasureFormat. getInstance(java.util.Locale locale, MeasureFormat.FormatWidth formatWidth)
Create a format from theLocale
and formatWidth.static MeasureFormat
MeasureFormat. getInstance(java.util.Locale locale, MeasureFormat.FormatWidth formatWidth, NumberFormat format)
Create a format from theLocale
, formatWidth, and format.static java.lang.String
MeasureFormat. getRangeFormat(ULocale forLocale, MeasureFormat.FormatWidth width)
Deprecated.This API is ICU internal only.Constructors in com.ibm.icu.text with parameters of type MeasureFormat.FormatWidth Constructor Description MeasureFormat(ULocale locale, MeasureFormat.FormatWidth formatWidth)
MeasureFormat(ULocale locale, MeasureFormat.FormatWidth formatWidth, NumberFormat numberFormat, PluralRules rules)
MeasureFormat(ULocale locale, MeasureFormat.FormatWidth formatWidth, NumberFormat numberFormat, PluralRules rules, MeasureFormat.NumericFormatters formatters)
MeasureProxy(ULocale locale, MeasureFormat.FormatWidth width, NumberFormat numberFormat, int subClass)
-