Uses of Enum
com.ibm.icu.text.DisplayOptions.DisplayLength
Packages that use DisplayOptions.DisplayLength
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 DisplayOptions.DisplayLength in com.ibm.icu.text
Fields in com.ibm.icu.text with type parameters of type DisplayOptions.DisplayLengthModifier and TypeFieldDescriptionstatic final List
<DisplayOptions.DisplayLength> DisplayOptions.DisplayLength.VALUES
Unmodifiable List of all display lengths constants.Methods in com.ibm.icu.text that return DisplayOptions.DisplayLengthModifier and TypeMethodDescriptionDisplayOptions.getDisplayLength()
Gets the display length.static DisplayOptions.DisplayLength
Returns the enum constant of this type with the specified name.static DisplayOptions.DisplayLength[]
DisplayOptions.DisplayLength.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 DisplayOptions.DisplayLengthModifier and TypeMethodDescriptionDisplayOptions.Builder.setDisplayLength
(DisplayOptions.DisplayLength displayLength) Sets the display length.