Uses of Class
org.threeten.bp.format.DecimalStyle
Packages that use DecimalStyle
-
Uses of DecimalStyle in org.threeten.bp.format
Fields in org.threeten.bp.format declared as DecimalStyleModifier and TypeFieldDescriptionstatic DecimalStyle
DecimalStyle.STANDARD
The standard set of non-localized symbols.Methods in org.threeten.bp.format that return DecimalStyleModifier and TypeMethodDescriptionDateTimeFormatter.getDecimalStyle()
Gets the decimal style to be used during formatting.static DecimalStyle
Obtains symbols for the specified locale.static DecimalStyle
DecimalStyle.ofDefaultLocale()
Obtains symbols for the default locale.DecimalStyle.withDecimalSeparator(char decimalSeparator)
Returns a copy of the info with a new character that represents the decimal point.DecimalStyle.withNegativeSign(char negativeSign)
Returns a copy of the info with a new character that represents the negative sign.DecimalStyle.withPositiveSign(char positiveSign)
Returns a copy of the info with a new character that represents the positive sign.DecimalStyle.withZeroDigit(char zeroDigit)
Returns a copy of the info with a new character that represents zero.Methods in org.threeten.bp.format with parameters of type DecimalStyleModifier and TypeMethodDescriptionDateTimeFormatter.withDecimalStyle(DecimalStyle decimalStyle)
Returns a copy of this formatter with a new decimal style.Constructors in org.threeten.bp.format with parameters of type DecimalStyleModifierConstructorDescriptionDateTimeParseContext(Locale locale, DecimalStyle symbols, Chronology chronology)
DateTimePrintContext(TemporalAccessor temporal, Locale locale, DecimalStyle symbols)