Uses of Class
org.joda.money.format.MoneyAmountStyle
-
Packages that use MoneyAmountStyle Package Description org.joda.money.format -
-
Uses of MoneyAmountStyle in org.joda.money.format
Fields in org.joda.money.format declared as MoneyAmountStyle Modifier and Type Field Description static 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 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 MoneyAmountStyleMoneyAmountStyle. ASCII_DECIMAL_COMMA_NO_GROUPINGA style that uses ASCII digits/negative sign, the decimal point and no grouping of large amounts.static 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 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 MoneyAmountStyleMoneyAmountStyle. ASCII_DECIMAL_POINT_NO_GROUPINGA style that uses ASCII digits/negative sign, the decimal point and no grouping of large amounts.static MoneyAmountStyleMoneyAmountStyle. LOCALIZED_GROUPINGA style that will be filled in with localized values using the locale of the formatter.static MoneyAmountStyleMoneyAmountStyle. LOCALIZED_NO_GROUPINGA style that will be filled in with localized values using the locale of the formatter.private MoneyAmountStyleAmountPrinterParser. styleThe style to use.Fields in org.joda.money.format with type parameters of type MoneyAmountStyle Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<java.util.Locale,MoneyAmountStyle>MoneyAmountStyle. LOCALIZED_CACHECache of localized styles.Methods in org.joda.money.format that return MoneyAmountStyle Modifier and Type Method Description private static MoneyAmountStyleMoneyAmountStyle. getLocalizedStyle(java.util.Locale locale)Gets the prototype localized style for the given locale.MoneyAmountStyleMoneyAmountStyle. localize(java.util.Locale locale)Returns aMoneyAmountStyleinstance configured for the specified locale.static MoneyAmountStyleMoneyAmountStyle. of(java.util.Locale locale)Gets a localized style.MoneyAmountStyleMoneyAmountStyle. withAbsValue(boolean absValue)Returns a copy of this style with the specified absolute value setting.MoneyAmountStyleMoneyAmountStyle. withDecimalPointCharacter(java.lang.Character decimalPointCharacter)Returns a copy of this style with the specified decimal point character.MoneyAmountStyleMoneyAmountStyle. withExtendedGroupingSize(java.lang.Integer extendedGroupingSize)Returns a copy of this style with the specified extended grouping size.MoneyAmountStyleMoneyAmountStyle. withForcedDecimalPoint(boolean forceDecimalPoint)Returns a copy of this style with the specified decimal point setting.MoneyAmountStyleMoneyAmountStyle. withGroupingCharacter(java.lang.Character groupingCharacter)Returns a copy of this style with the specified grouping character.MoneyAmountStyleMoneyAmountStyle. withGroupingSize(java.lang.Integer groupingSize)Returns a copy of this style with the specified grouping size.MoneyAmountStyleMoneyAmountStyle. withGroupingStyle(GroupingStyle groupingStyle)Returns a copy of this style with the specified grouping setting.MoneyAmountStyleMoneyAmountStyle. withNegativeSignCharacter(java.lang.Character negativeCharacter)Returns a copy of this style with the specified negative sign character.MoneyAmountStyleMoneyAmountStyle. withPositiveSignCharacter(java.lang.Character positiveCharacter)Returns a copy of this style with the specified positive sign character.MoneyAmountStyleMoneyAmountStyle. withZeroCharacter(java.lang.Character zeroCharacter)Returns a copy of this style with the specified zero character.Methods in org.joda.money.format with parameters of type MoneyAmountStyle Modifier and Type Method Description MoneyFormatterBuilderMoneyFormatterBuilder. appendAmount(MoneyAmountStyle style)Appends the amount to the builder using the specified amount style.Constructors in org.joda.money.format with parameters of type MoneyAmountStyle Constructor Description AmountPrinterParser(MoneyAmountStyle style)Constructor.
-