Uses of Class
org.pepstock.charba.client.intl.enums.LocaleMatcher
-
Packages that use LocaleMatcher Package Description org.pepstock.charba.client.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).org.pepstock.charba.client.intl.enums Contains enumerations to use in order to configure the ECMAScript Internationalization API options.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of LocaleMatcher in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return LocaleMatcher Modifier and Type Method Description LocaleMatcher
IsDefaultBaseFormatOptions. getLocaleMatcher()
Returns the locale matching algorithm to use. -
Uses of LocaleMatcher in org.pepstock.charba.client.defaults.globals
Methods in org.pepstock.charba.client.defaults.globals that return LocaleMatcher Modifier and Type Method Description LocaleMatcher
DefaultBaseFormatOptions. getLocaleMatcher()
-
Uses of LocaleMatcher in org.pepstock.charba.client.intl.enums
Methods in org.pepstock.charba.client.intl.enums that return LocaleMatcher Modifier and Type Method Description static LocaleMatcher
LocaleMatcher. valueOf(String name)
Returns the enum constant of this type with the specified name.static LocaleMatcher[]
LocaleMatcher. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LocaleMatcher in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return LocaleMatcher Modifier and Type Method Description LocaleMatcher
AbstractNumberFormat. getLocaleMatcher()
Returns the locale matching algorithm to use.Methods in org.pepstock.charba.client.options with parameters of type LocaleMatcher Modifier and Type Method Description void
AbstractNumberFormat. setLocaleMatcher(LocaleMatcher localeMatcher)
Sets the locale matching algorithm to use.void
IsNumberFormat. setLocaleMatcher(LocaleMatcher localeMatcher)
Sets the locale matching algorithm to use.
-