private DecimalFormatProperties |
DecimalFormatProperties._clear() |
Sets all properties to their defaults (unset).
|
private DecimalFormatProperties |
DecimalFormatProperties._copyFrom(DecimalFormatProperties other) |
|
DecimalFormatProperties |
DecimalFormatProperties.clear() |
|
DecimalFormatProperties |
DecimalFormatProperties.clone() |
Creates and returns a shallow copy of the property bag.
|
DecimalFormatProperties |
DecimalFormatProperties.copyFrom(DecimalFormatProperties other) |
Shallow-copies the properties from the given property bag into this property bag.
|
DecimalFormatProperties |
Properties.getInstance() |
|
static DecimalFormatProperties |
PatternStringParser.parseToProperties(java.lang.String pattern) |
|
static DecimalFormatProperties |
PatternStringParser.parseToProperties(java.lang.String pattern,
int ignoreRounding) |
Parses a pattern string into a new property bag.
|
DecimalFormatProperties |
DecimalFormatProperties.setCompactCustomData(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> compactCustomData) |
Specifies custom data to be used instead of CLDR data when constructing a CompactDecimalFormat.
|
DecimalFormatProperties |
DecimalFormatProperties.setCompactStyle(CompactDecimalFormat.CompactStyle compactStyle) |
|
DecimalFormatProperties |
DecimalFormatProperties.setCurrency(Currency currency) |
Use the specified currency to substitute currency placeholders ('ยค') in the pattern string.
|
DecimalFormatProperties |
DecimalFormatProperties.setCurrencyAsDecimal(boolean currencyAsDecimal) |
Sets whether the currency symbol should replace the decimal separator.
|
DecimalFormatProperties |
DecimalFormatProperties.setCurrencyPluralInfo(CurrencyPluralInfo currencyPluralInfo) |
|
DecimalFormatProperties |
DecimalFormatProperties.setCurrencyUsage(Currency.CurrencyUsage currencyUsage) |
Use the specified Currency.CurrencyUsage instance, which provides default rounding rules for the
currency in two styles, CurrencyUsage.CASH and CurrencyUsage.STANDARD.
|
DecimalFormatProperties |
DecimalFormatProperties.setDecimalPatternMatchRequired(boolean decimalPatternMatchRequired) |
PARSING: Whether to require that the presence of decimal point matches the pattern.
|
DecimalFormatProperties |
DecimalFormatProperties.setDecimalSeparatorAlwaysShown(boolean alwaysShowDecimal) |
Sets whether to always show the decimal point, even if the number doesn't require one.
|
DecimalFormatProperties |
DecimalFormatProperties.setExponentSignAlwaysShown(boolean exponentSignAlwaysShown) |
Sets whether to show the plus sign in the exponent part of numbers with a zero or positive
exponent.
|
DecimalFormatProperties |
DecimalFormatProperties.setFormatWidth(int paddingWidth) |
Sets the minimum width of the string output by the formatting pipeline.
|
DecimalFormatProperties |
DecimalFormatProperties.setGroupingSize(int groupingSize) |
Sets the number of digits between grouping separators.
|
DecimalFormatProperties |
DecimalFormatProperties.setGroupingUsed(boolean groupingUsed) |
Sets whether to enable grouping when formatting.
|
DecimalFormatProperties |
DecimalFormatProperties.setMagnitudeMultiplier(int magnitudeMultiplier) |
Multiply all numbers by this power of ten before formatting.
|
DecimalFormatProperties |
DecimalFormatProperties.setMathContext(java.math.MathContext mathContext) |
Sets the MathContext to be used during math and rounding operations.
|
DecimalFormatProperties |
DecimalFormatProperties.setMaximumFractionDigits(int maximumFractionDigits) |
Sets the maximum number of digits to display after the decimal point.
|
DecimalFormatProperties |
DecimalFormatProperties.setMaximumIntegerDigits(int maximumIntegerDigits) |
Sets the maximum number of digits to display before the decimal point.
|
DecimalFormatProperties |
DecimalFormatProperties.setMaximumSignificantDigits(int maximumSignificantDigits) |
Sets the maximum number of significant digits to display.
|
DecimalFormatProperties |
DecimalFormatProperties.setMinimumExponentDigits(int minimumExponentDigits) |
Sets the minimum number of digits to display in the exponent.
|
DecimalFormatProperties |
DecimalFormatProperties.setMinimumFractionDigits(int minimumFractionDigits) |
Sets the minimum number of digits to display after the decimal point.
|
DecimalFormatProperties |
DecimalFormatProperties.setMinimumGroupingDigits(int minimumGroupingDigits) |
Sets the minimum number of digits required to be beyond the first grouping separator in order to
enable grouping.
|
DecimalFormatProperties |
DecimalFormatProperties.setMinimumIntegerDigits(int minimumIntegerDigits) |
Sets the minimum number of digits to display before the decimal point.
|
DecimalFormatProperties |
DecimalFormatProperties.setMinimumSignificantDigits(int minimumSignificantDigits) |
Sets the minimum number of significant digits to display.
|
DecimalFormatProperties |
DecimalFormatProperties.setMultiplier(java.math.BigDecimal multiplier) |
Multiply all numbers by this amount before formatting.
|
DecimalFormatProperties |
DecimalFormatProperties.setNegativePrefix(java.lang.String negativePrefix) |
Sets the prefix to prepend to negative numbers.
|
DecimalFormatProperties |
DecimalFormatProperties.setNegativePrefixPattern(java.lang.String negativePrefixPattern) |
Sets the prefix to prepend to negative numbers.
|
DecimalFormatProperties |
DecimalFormatProperties.setNegativeSuffix(java.lang.String negativeSuffix) |
Sets the suffix to append to negative numbers.
|
DecimalFormatProperties |
DecimalFormatProperties.setNegativeSuffixPattern(java.lang.String negativeSuffixPattern) |
Sets the suffix to append to negative numbers.
|
DecimalFormatProperties |
DecimalFormatProperties.setPadPosition(Padder.PadPosition paddingLocation) |
Sets the location where the padding string is to be inserted to maintain the padding width: one of
BEFORE_PREFIX, AFTER_PREFIX, BEFORE_SUFFIX, or AFTER_SUFFIX.
|
DecimalFormatProperties |
DecimalFormatProperties.setPadString(java.lang.String paddingString) |
Sets the string used for padding.
|
DecimalFormatProperties |
DecimalFormatProperties.setParseCaseSensitive(boolean parseCaseSensitive) |
Whether to require cases to match when parsing strings; default is true.
|
DecimalFormatProperties |
DecimalFormatProperties.setParseIntegerOnly(boolean parseIntegerOnly) |
Whether to ignore the fractional part of numbers.
|
DecimalFormatProperties |
DecimalFormatProperties.setParseMode(DecimalFormatProperties.ParseMode parseMode) |
Controls certain rules for how strict this parser is when reading strings.
|
DecimalFormatProperties |
DecimalFormatProperties.setParseNoExponent(boolean parseNoExponent) |
Whether to ignore the exponential part of numbers.
|
DecimalFormatProperties |
DecimalFormatProperties.setParseToBigDecimal(boolean parseToBigDecimal) |
Whether to always return a BigDecimal from parse methods.
|
DecimalFormatProperties |
DecimalFormatProperties.setPluralRules(PluralRules pluralRules) |
Sets the PluralRules object to use instead of the default for the locale.
|
DecimalFormatProperties |
DecimalFormatProperties.setPositivePrefix(java.lang.String positivePrefix) |
Sets the prefix to prepend to positive numbers.
|
DecimalFormatProperties |
DecimalFormatProperties.setPositivePrefixPattern(java.lang.String positivePrefixPattern) |
Sets the prefix to prepend to positive numbers.
|
DecimalFormatProperties |
DecimalFormatProperties.setPositiveSuffix(java.lang.String positiveSuffix) |
Sets the suffix to append to positive numbers.
|
DecimalFormatProperties |
DecimalFormatProperties.setPositiveSuffixPattern(java.lang.String positiveSuffixPattern) |
Sets the suffix to append to positive numbers.
|
DecimalFormatProperties |
DecimalFormatProperties.setRoundingIncrement(java.math.BigDecimal roundingIncrement) |
Sets the increment to which to round numbers.
|
DecimalFormatProperties |
DecimalFormatProperties.setRoundingMode(java.math.RoundingMode roundingMode) |
Sets the rounding mode, which determines under which conditions extra decimal places are rounded
either up or down.
|
DecimalFormatProperties |
DecimalFormatProperties.setSecondaryGroupingSize(int secondaryGroupingSize) |
Sets the number of digits between grouping separators higher than the least-significant grouping
separator.
|
DecimalFormatProperties |
DecimalFormatProperties.setSignAlwaysShown(boolean signAlwaysShown) |
Sets whether to always display of a plus sign on positive numbers.
|