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 NumberFormatter
NumberFormatter. of(boolean grouped, int decimalPlaces)
Obtains a standard formatter configured by grouping and decimal places.static NumberFormatter
NumberFormatter. of(boolean grouped, int minDecimalPlaces, int maxDecimalPlaces)
Obtains a standard formatter configured by grouping and decimal places.static NumberFormatter
NumberFormatter. ofLocalizedNumber(Locale locale)
Obtains a number formatter for general-purpose use in the specified locale.static NumberFormatter
NumberFormatter. ofPattern(String pattern, Locale locale)
Obtains a formatter based on a pattern in the specified locale.static NumberFormatter
NumberFormatter. ofPercentage(boolean grouped, int minDecimalPlaces, int maxDecimalPlaces)
Obtains a formatter for decimal percentages configured by grouping and decimal places.
-