Uses of Enum
com.ibm.icu.text.MeasureFormat.FormatWidth
Packages that use MeasureFormat.FormatWidth
Package
Description
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
-
Uses of MeasureFormat.FormatWidth in com.ibm.icu.text
Methods in com.ibm.icu.text that return MeasureFormat.FormatWidthModifier and TypeMethodDescriptionMeasureFormat.getWidth()
Get the format width this instance is using.static MeasureFormat.FormatWidth
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.FormatWidthModifier and TypeMethodDescriptionstatic 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
(Locale locale, MeasureFormat.FormatWidth formatWidth) Create a format from theLocale
and formatWidth.static MeasureFormat
MeasureFormat.getInstance
(Locale locale, MeasureFormat.FormatWidth formatWidth, NumberFormat format) Create a format from theLocale
, formatWidth, and format.static String
MeasureFormat.getRangeFormat
(ULocale forLocale, MeasureFormat.FormatWidth width) Deprecated.This API is ICU internal only.