Uses of Class
com.ibm.icu.number.Scale
Packages that use Scale
-
Uses of Scale in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as ScaleModifier and TypeFieldDescription(package private) final ScaleMultiplierFormatHandler.multiplierMacroProps.scaleMethods in com.ibm.icu.impl.number that return ScaleModifier and TypeMethodDescriptionstatic ScaleRoundingUtils.scaleFromProperties(DecimalFormatProperties properties) Constructors in com.ibm.icu.impl.number with parameters of type ScaleModifierConstructorDescriptionMultiplierFormatHandler(Scale multiplier, MicroPropsGenerator parent) -
Uses of Scale in com.ibm.icu.impl.number.parse
Fields in com.ibm.icu.impl.number.parse declared as ScaleConstructors in com.ibm.icu.impl.number.parse with parameters of type Scale -
Uses of Scale in com.ibm.icu.number
Fields in com.ibm.icu.number declared as ScaleModifier and TypeFieldDescriptionprivate static final ScaleScale.DEFAULTprivate static final ScaleScale.HUNDREDprivate static final ScaleScale.THOUSANDMethods in com.ibm.icu.number that return ScaleModifier and TypeMethodDescriptionstatic ScaleScale.byBigDecimal(BigDecimal multiplicand) Multiply numbers by an arbitrary value before formatting.static ScaleScale.byDouble(double multiplicand) Multiply numbers by an arbitrary value before formatting.static ScaleScale.byDoubleAndPowerOfTen(double multiplicand, int power) Multiply a number by both a power of ten and by an arbitrary double value before formatting.static ScaleScale.none()Do not change the value of numbers when formatting or parsing.static ScaleScale.powerOfTen(int power) Multiply numbers by 100 before formatting.Scale.withMathContext(MathContext mc) Deprecated.ICU 62 This API is ICU internal only.Methods in com.ibm.icu.number with parameters of type ScaleModifier and TypeMethodDescriptionprivate static voidNumberSkeletonImpl.BlueprintHelpers.generateScaleOption(Scale scale, StringBuilder sb) Sets a scale (multiplier) to be used to scale the number by an arbitrary amount before formatting.