Uses of Enum
com.ibm.icu.text.MeasureFormat.FormatWidth
Packages that use MeasureFormat.FormatWidth
-
Uses of MeasureFormat.FormatWidth in com.ibm.icu.text
Subclasses with type arguments of type MeasureFormat.FormatWidth in com.ibm.icu.textFields in com.ibm.icu.text declared as MeasureFormat.FormatWidthModifier and TypeFieldDescriptionprivate final MeasureFormat.FormatWidthMeasureFormat.formatWidthprivate MeasureFormat.FormatWidthMeasureFormat.MeasureProxy.formatWidthMethods in com.ibm.icu.text that return MeasureFormat.FormatWidthModifier and TypeMethodDescriptionprivate static MeasureFormat.FormatWidthMeasureFormat.fromFormatWidthOrdinal(int ordinal) MeasureFormat.getWidth()Get the format width this instance is using.static MeasureFormat.FormatWidthReturns 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.FormatWidthModifier and TypeMethodDescriptionstatic MeasureFormatMeasureFormat.getInstance(ULocale locale, MeasureFormat.FormatWidth formatWidth) Create a format from the locale, formatWidth, and format.static MeasureFormatMeasureFormat.getInstance(ULocale locale, MeasureFormat.FormatWidth formatWidth, NumberFormat format) Create a format from the locale, formatWidth, and format.static MeasureFormatMeasureFormat.getInstance(Locale locale, MeasureFormat.FormatWidth formatWidth) Create a format from theLocaleand formatWidth.static MeasureFormatMeasureFormat.getInstance(Locale locale, MeasureFormat.FormatWidth formatWidth, NumberFormat format) Create a format from theLocale, formatWidth, and format.static StringMeasureFormat.getRangeFormat(ULocale forLocale, MeasureFormat.FormatWidth width) Deprecated.This API is ICU internal only.Constructors in com.ibm.icu.text with parameters of type MeasureFormat.FormatWidthModifierConstructorDescription(package private)MeasureFormat(ULocale locale, MeasureFormat.FormatWidth formatWidth) (package private)MeasureFormat(ULocale locale, MeasureFormat.FormatWidth formatWidth, NumberFormat numberFormat, PluralRules rules) privateMeasureFormat(ULocale locale, MeasureFormat.FormatWidth formatWidth, NumberFormat numberFormat, PluralRules rules, MeasureFormat.NumericFormatters formatters) MeasureProxy(ULocale locale, MeasureFormat.FormatWidth width, NumberFormat numberFormat, int subClass)