| Package | Description | 
|---|---|
| org.pepstock.charba.client.intl | 
 Contains classes in order to use the ECMAScript Internationalization API, which provides language sensitive number formatting, and date and time formatting. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NumberFormatOptions | 
NumberFormatOptions.NumberFormatOptionsFactory.create(NativeObject nativeObject)  | 
NumberFormatOptions | 
NumberFormatOptions.NumberFormatOptionsFactory.create(NativeObject nativeObject,
      IsDefaultNumberFormatOptions defaultValues)
Creates a number format options by a native object and a default values instance. 
 | 
| Constructor and Description | 
|---|
NumberFormat(CLocale locale,
            NumberFormatOptions options)
Creates object that enables language sensitive number formatting, using the locale options and specific options. 
 |