Uses of Class
com.opengamma.strata.collect.NumberFormatter
-
Packages that use NumberFormatter Package Description com.opengamma.strata.collect Root package for common data structures used by Strata. -
-
Uses of NumberFormatter in com.opengamma.strata.collect
Methods in com.opengamma.strata.collect that return NumberFormatter Modifier and Type Method Description static NumberFormatterNumberFormatter. of(boolean grouped, int decimalPlaces)Obtains a standard formatter configured by grouping and decimal places.static NumberFormatterNumberFormatter. of(boolean grouped, int minDecimalPlaces, int maxDecimalPlaces)Obtains a standard formatter configured by grouping and decimal places.static NumberFormatterNumberFormatter. ofLocalizedNumber(Locale locale)Obtains a number formatter for general-purpose use in the specified locale.static NumberFormatterNumberFormatter. ofPattern(String pattern, Locale locale)Obtains a formatter based on a pattern in the specified locale.static NumberFormatterNumberFormatter. ofPercentage(boolean grouped, int minDecimalPlaces, int maxDecimalPlaces)Obtains a formatter for decimal percentages configured by grouping and decimal places.
-