Uses of Class
com.ibm.icu.text.DisplayOptions.DisplayLength
-
Packages that use DisplayOptions.DisplayLength Package Description com.ibm.icu.text 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.DisplayLength Modifier and Type Field Description static java.util.List<DisplayOptions.DisplayLength>
DisplayOptions.DisplayLength. VALUES
Unmodifiable List of all display lengths constants.Methods in com.ibm.icu.text that return DisplayOptions.DisplayLength Modifier and Type Method Description DisplayOptions.DisplayLength
DisplayOptions. getDisplayLength()
Gets the display length.static DisplayOptions.DisplayLength
DisplayOptions.DisplayLength. valueOf(java.lang.String name)
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.DisplayLength Modifier and Type Method Description DisplayOptions.Builder
DisplayOptions.Builder. setDisplayLength(DisplayOptions.DisplayLength displayLength)
Sets the display length.
-