Uses of Enum
com.ibm.icu.number.NumberFormatter.UnitWidth
Packages that use NumberFormatter.UnitWidth
Package
Description
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
-
Uses of NumberFormatter.UnitWidth in com.ibm.icu.number
Subclasses with type arguments of type NumberFormatter.UnitWidth in com.ibm.icu.numberModifier and TypeClassDescriptionstatic enumAn enum declaring how to render units, including currencies.Methods in com.ibm.icu.number that return NumberFormatter.UnitWidthModifier and TypeMethodDescriptionstatic NumberFormatter.UnitWidthReturns the enum constant of this type with the specified name.static NumberFormatter.UnitWidth[]NumberFormatter.UnitWidth.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.number with parameters of type NumberFormatter.UnitWidthModifier and TypeMethodDescriptionNumberFormatterSettings.unitWidth(NumberFormatter.UnitWidth style) Sets the width of the unit (measure unit or currency).