Uses of Class
com.ibm.icu.number.Scale
-
Packages that use Scale Package Description com.ibm.icu.impl.number com.ibm.icu.impl.number.parse com.ibm.icu.number Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter. -
-
Uses of Scale in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as Scale Modifier and Type Field Description (package private) Scale
MultiplierFormatHandler. multiplier
Scale
MacroProps. scale
Methods in com.ibm.icu.impl.number that return Scale Modifier and Type Method Description static Scale
RoundingUtils. scaleFromProperties(DecimalFormatProperties properties)
Constructors in com.ibm.icu.impl.number with parameters of type Scale Constructor Description MultiplierFormatHandler(Scale multiplier, MicroPropsGenerator parent)
-
Uses of Scale in com.ibm.icu.impl.number.parse
Fields in com.ibm.icu.impl.number.parse declared as Scale Modifier and Type Field Description private Scale
MultiplierParseHandler. multiplier
Constructors in com.ibm.icu.impl.number.parse with parameters of type Scale Constructor Description MultiplierParseHandler(Scale multiplier)
-
Uses of Scale in com.ibm.icu.number
Fields in com.ibm.icu.number declared as Scale Modifier and Type Field Description private static Scale
Scale. DEFAULT
private static Scale
Scale. HUNDRED
private static Scale
Scale. THOUSAND
Methods in com.ibm.icu.number that return Scale Modifier and Type Method Description static Scale
Scale. byBigDecimal(java.math.BigDecimal multiplicand)
Multiply numbers by an arbitrary value before formatting.static Scale
Scale. byDouble(double multiplicand)
Multiply numbers by an arbitrary value before formatting.static Scale
Scale. byDoubleAndPowerOfTen(double multiplicand, int power)
Multiply a number by both a power of ten and by an arbitrary double value before formatting.static Scale
Scale. none()
Do not change the value of numbers when formatting or parsing.static Scale
Scale. powerOfTen(int power)
Multiply numbers by 100 before formatting.Scale
Scale. withMathContext(java.math.MathContext mc)
Deprecated.ICU 62 This API is ICU internal only.Methods in com.ibm.icu.number with parameters of type Scale Modifier and Type Method Description private static void
NumberSkeletonImpl.BlueprintHelpers. generateScaleOption(Scale scale, java.lang.StringBuilder sb)
T
NumberFormatterSettings. scale(Scale scale)
Sets a scale (multiplier) to be used to scale the number by an arbitrary amount before formatting.
-