Uses of Class
com.ibm.icu.text.MeasureFormat
Packages that use MeasureFormat
-
Uses of MeasureFormat in com.ibm.icu.text
Subclasses of MeasureFormat in com.ibm.icu.textModifier and TypeClassDescription(package private) classTemporary internal concrete subclass of MeasureFormat implementing parsing and formatting of CurrencyAmount objects.classDeprecated.Methods in com.ibm.icu.text that return MeasureFormatModifier and TypeMethodDescriptionstatic MeasureFormatMeasureFormat.getCurrencyFormat()Return a formatter for CurrencyAmount objects in the defaultFORMATlocale.static MeasureFormatMeasureFormat.getCurrencyFormat(ULocale locale) Return a formatter for CurrencyAmount objects in the given locale.static MeasureFormatMeasureFormat.getCurrencyFormat(Locale locale) Return a formatter for CurrencyAmount objects in the givenLocale.static 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.(package private) MeasureFormatMeasureFormat.withLocale(ULocale locale) (package private) MeasureFormatMeasureFormat.withNumberFormat(NumberFormat format)
MeasureFormatinstead.