Uses of Class
mondrian.util.Format.FormatLocale
-
Packages that use Format.FormatLocale Package Description mondrian.util Mondrian utilities. -
-
Uses of Format.FormatLocale in mondrian.util
Methods in mondrian.util that return Format.FormatLocale Modifier and Type Method Description static Format.FormatLocaleFormat. 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.FormatLocaleobject characterized by the given properties.static Format.FormatLocaleFormat. createLocale(Locale locale)static Format.FormatLocaleFormat. getBestFormatLocale(Locale locale)Returns the bestFormat.FormatLocalefor a givenLocale.static Format.FormatLocaleFormat. getFormatLocale(Locale locale)Returns theFormat.FormatLocalewhich precisely matchesLocale, if any, or null if there is none.static Format.FormatLocaleFormat. registerFormatLocale(Format.FormatLocale formatLocale, Locale locale)Registers aFormat.FormatLocaleto a givenLocale.Methods in mondrian.util with parameters of type Format.FormatLocale Modifier and Type Method Description static Format.FormatLocaleFormat. registerFormatLocale(Format.FormatLocale formatLocale, Locale locale)Registers aFormat.FormatLocaleto a givenLocale.Constructors in mondrian.util with parameters of type Format.FormatLocale Constructor Description Format(String formatString, Format.FormatLocale locale)Constructs aFormatin a specific locale.
-