Uses of Class
org.joda.money.format.MoneyAmountStyle
Packages that use MoneyAmountStyle
-
Uses of MoneyAmountStyle in org.joda.money.format
Fields in org.joda.money.format declared as MoneyAmountStyleModifier and TypeFieldDescriptionstatic final MoneyAmountStyle
MoneyAmountStyle.ASCII_DECIMAL_COMMA_GROUP3_DOT
A style that uses ASCII digits/negative sign, the decimal comma and groups large amounts in 3's using a dot.static final MoneyAmountStyle
MoneyAmountStyle.ASCII_DECIMAL_COMMA_GROUP3_SPACE
A style that uses ASCII digits/negative sign, the decimal comma and groups large amounts in 3's using a space.static final MoneyAmountStyle
MoneyAmountStyle.ASCII_DECIMAL_COMMA_NO_GROUPING
A style that uses ASCII digits/negative sign, the decimal point and no grouping of large amounts.static final MoneyAmountStyle
MoneyAmountStyle.ASCII_DECIMAL_POINT_GROUP3_COMMA
A style that uses ASCII digits/negative sign, the decimal point and groups large amounts in 3's using a comma.static final MoneyAmountStyle
MoneyAmountStyle.ASCII_DECIMAL_POINT_GROUP3_SPACE
A style that uses ASCII digits/negative sign, the decimal point and groups large amounts in 3's using a space.static final MoneyAmountStyle
MoneyAmountStyle.ASCII_DECIMAL_POINT_NO_GROUPING
A style that uses ASCII digits/negative sign, the decimal point and no grouping of large amounts.static final MoneyAmountStyle
MoneyAmountStyle.LOCALIZED_GROUPING
A style that will be filled in with localized values using the locale of the formatter.static final MoneyAmountStyle
MoneyAmountStyle.LOCALIZED_NO_GROUPING
A style that will be filled in with localized values using the locale of the formatter.Methods in org.joda.money.format that return MoneyAmountStyleModifier and TypeMethodDescriptionReturns aMoneyAmountStyle
instance configured for the specified locale.static MoneyAmountStyle
Gets a localized style.MoneyAmountStyle.withAbsValue
(boolean absValue) Returns a copy of this style with the specified absolute value setting.MoneyAmountStyle.withDecimalPointCharacter
(Character decimalPointCharacter) Returns a copy of this style with the specified decimal point character.MoneyAmountStyle.withExtendedGroupingSize
(Integer extendedGroupingSize) Returns a copy of this style with the specified extended grouping size.MoneyAmountStyle.withForcedDecimalPoint
(boolean forceDecimalPoint) Returns a copy of this style with the specified decimal point setting.MoneyAmountStyle.withGroupingCharacter
(Character groupingCharacter) Returns a copy of this style with the specified grouping character.MoneyAmountStyle.withGroupingSize
(Integer groupingSize) Returns a copy of this style with the specified grouping size.MoneyAmountStyle.withGroupingStyle
(GroupingStyle groupingStyle) Returns a copy of this style with the specified grouping setting.MoneyAmountStyle.withNegativeSignCharacter
(Character negativeCharacter) Returns a copy of this style with the specified negative sign character.MoneyAmountStyle.withPositiveSignCharacter
(Character positiveCharacter) Returns a copy of this style with the specified positive sign character.MoneyAmountStyle.withZeroCharacter
(Character zeroCharacter) Returns a copy of this style with the specified zero character.Methods in org.joda.money.format with parameters of type MoneyAmountStyleModifier and TypeMethodDescriptionMoneyFormatterBuilder.appendAmount
(MoneyAmountStyle style) Appends the amount to the builder using the specified amount style.