Uses of Enum
com.ibm.icu.number.NumberFormatter.SignDisplay
Packages that use NumberFormatter.SignDisplay
Package
Description
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
-
Uses of NumberFormatter.SignDisplay in com.ibm.icu.number
Methods in com.ibm.icu.number that return NumberFormatter.SignDisplayModifier and TypeMethodDescriptionstatic NumberFormatter.SignDisplay
Returns the enum constant of this type with the specified name.static NumberFormatter.SignDisplay[]
NumberFormatter.SignDisplay.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.SignDisplayModifier and TypeMethodDescriptionNumberFormatterSettings.sign
(NumberFormatter.SignDisplay style) Sets the plus/minus sign display strategy.ScientificNotation.withExponentSignDisplay
(NumberFormatter.SignDisplay exponentSignDisplay) Sets whether to show the sign on positive and negative exponents in scientific notation.