Uses of Class
org.joda.money.format.MoneyAmountStyle

Packages that use MoneyAmountStyle
org.joda.money.format   
 

Uses of MoneyAmountStyle in org.joda.money.format
 

Fields in org.joda.money.format declared as MoneyAmountStyle
static 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 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 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 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 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 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 MoneyAmountStyle MoneyAmountStyle.LOCALIZED_GROUPING
          A style that will be filled in with localized values using the locale of the formatter.
static 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 MoneyAmountStyle
 MoneyAmountStyle MoneyAmountStyle.localize(Locale locale)
          Returns a MoneyAmountStyle instance configured for the specified locale.
static MoneyAmountStyle MoneyAmountStyle.of(Locale locale)
          Gets a localized style.
 MoneyAmountStyle MoneyAmountStyle.withDecimalPointCharacter(Character decimalPointCharacter)
          Returns a copy of this style with the specified decimal point character.
 MoneyAmountStyle MoneyAmountStyle.withForcedDecimalPoint(boolean forceDecimalPoint)
          Returns a copy of this style with the specified decimal point setting.
 MoneyAmountStyle MoneyAmountStyle.withGrouping(boolean grouping)
          Deprecated. Use withGroupingStyle(GroupingStyle.FULL)
 MoneyAmountStyle MoneyAmountStyle.withGroupingCharacter(Character groupingCharacter)
          Returns a copy of this style with the specified grouping character.
 MoneyAmountStyle MoneyAmountStyle.withGroupingSize(Integer groupingSize)
          Returns a copy of this style with the specified grouping size.
 MoneyAmountStyle MoneyAmountStyle.withGroupingStyle(GroupingStyle groupingStyle)
          Returns a copy of this style with the specified grouping setting.
 MoneyAmountStyle MoneyAmountStyle.withNegativeSignCharacter(Character negativeCharacter)
          Returns a copy of this style with the specified negative sign character.
 MoneyAmountStyle MoneyAmountStyle.withPositiveSignCharacter(Character positiveCharacter)
          Returns a copy of this style with the specified positive sign character.
 MoneyAmountStyle 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 MoneyAmountStyle
 MoneyFormatterBuilder MoneyFormatterBuilder.appendAmount(MoneyAmountStyle style)
          Appends the amount to the builder using the specified amount style.
 



Copyright © 2009–2013 Joda.org. All rights reserved.