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 MoneyAmountStyleMoneyAmountStyle.ASCII_DECIMAL_COMMA_GROUP3_DOTA style that uses ASCII digits/negative sign, the decimal comma and groups large amounts in 3's using a dot.static final MoneyAmountStyleMoneyAmountStyle.ASCII_DECIMAL_COMMA_GROUP3_SPACEA style that uses ASCII digits/negative sign, the decimal comma and groups large amounts in 3's using a space.static final MoneyAmountStyleMoneyAmountStyle.ASCII_DECIMAL_COMMA_NO_GROUPINGA style that uses ASCII digits/negative sign, the decimal point and no grouping of large amounts.static final MoneyAmountStyleMoneyAmountStyle.ASCII_DECIMAL_POINT_GROUP3_COMMAA style that uses ASCII digits/negative sign, the decimal point and groups large amounts in 3's using a comma.static final MoneyAmountStyleMoneyAmountStyle.ASCII_DECIMAL_POINT_GROUP3_SPACEA style that uses ASCII digits/negative sign, the decimal point and groups large amounts in 3's using a space.static final MoneyAmountStyleMoneyAmountStyle.ASCII_DECIMAL_POINT_NO_GROUPINGA style that uses ASCII digits/negative sign, the decimal point and no grouping of large amounts.static final MoneyAmountStyleMoneyAmountStyle.LOCALIZED_GROUPINGA style that will be filled in with localized values using the locale of the formatter.static final MoneyAmountStyleMoneyAmountStyle.LOCALIZED_NO_GROUPINGA 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 aMoneyAmountStyleinstance configured for the specified locale.static MoneyAmountStyleGets 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.