Uses of Class
mondrian.util.Format.FormatLocale
-
Uses of Format.FormatLocale in mondrian.util
Modifier and TypeMethodDescriptionstatic Format.FormatLocale
Format.createLocale
(char thousandSeparator, char decimalPlaceholder, String dateSeparator, String timeSeparator, String currencySymbol, String currencyFormat, String[] daysOfWeekShort, String[] daysOfWeekLong, String[] monthsShort, String[] monthsLong, Locale locale) Create aFormat.FormatLocale
object characterized by the given properties.static Format.FormatLocale
Format.createLocale
(Locale locale) static Format.FormatLocale
Format.getBestFormatLocale
(Locale locale) Returns the bestFormat.FormatLocale
for a givenLocale
.static Format.FormatLocale
Format.getFormatLocale
(Locale locale) Returns theFormat.FormatLocale
which precisely matchesLocale
, if any, or null if there is none.static Format.FormatLocale
Format.registerFormatLocale
(Format.FormatLocale formatLocale, Locale locale) Registers aFormat.FormatLocale
to a givenLocale
.Modifier and TypeMethodDescriptionstatic Format.FormatLocale
Format.registerFormatLocale
(Format.FormatLocale formatLocale, Locale locale) Registers aFormat.FormatLocale
to a givenLocale
.ModifierConstructorDescriptionFormat
(String formatString, Format.FormatLocale locale) Constructs aFormat
in a specific locale.