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 |
Contains classes in order to use the ECMAScript Internationalization API, which provides language sensitive number formatting, and date and time formatting.
|
org.pepstock.charba.client.intl.enums |
Contains enumerations to use in order to configure the ECMAScript Internationalization API options.
|
Modifier and Type | Method and Description |
---|---|
NumberItemStyle |
IsDefaultDateTimeFormatOptions.getDay()
Returns the representation of the Day.
|
NumberItemStyle |
IsDefaultDateTimeFormatOptions.getHour()
Returns the representation of the Hour.
|
NumberItemStyle |
IsDefaultDateTimeFormatOptions.getMinute()
Returns the representation of the Minute.
|
NumberItemStyle |
IsDefaultDateTimeFormatOptions.getSecond()
Returns the representation of the Second.
|
NumberItemStyle |
IsDefaultDateTimeFormatOptions.getYear()
Returns the representation of the Year.
|
Modifier and Type | Method and Description |
---|---|
NumberItemStyle |
DefaultDateTimeFormatOptions.getDay() |
NumberItemStyle |
DefaultDateTimeFormatOptions.getHour() |
NumberItemStyle |
DefaultDateTimeFormatOptions.getMinute() |
NumberItemStyle |
DefaultDateTimeFormatOptions.getSecond() |
NumberItemStyle |
DefaultDateTimeFormatOptions.getYear() |
Modifier and Type | Method and Description |
---|---|
NumberItemStyle |
DateTimeFormatOptions.getDay()
Returns the representation of the Day.
|
NumberItemStyle |
DateTimeFormatOptions.getHour()
Returns the representation of the Hour.
|
NumberItemStyle |
DateTimeFormatOptions.getMinute()
Returns the representation of the Minute.
|
NumberItemStyle |
DateTimeFormatOptions.getSecond()
Returns the representation of the Second.
|
NumberItemStyle |
DateTimeFormatOptions.getYear()
Returns the representation of the Year.
|
Modifier and Type | Method and Description |
---|---|
void |
DateTimeFormatOptions.setDay(NumberItemStyle style)
Sets the representation of the Day.
|
void |
DateTimeFormatOptions.setHour(NumberItemStyle style)
Sets the representation of the Hour.
|
void |
DateTimeFormatOptions.setMinute(NumberItemStyle style)
Sets the representation of the Minute.
|
void |
DateTimeFormatOptions.setSecond(NumberItemStyle style)
Sets the representation of the Second.
|
void |
DateTimeFormatOptions.setYear(NumberItemStyle style)
Sets the representation of the Year.
|
Modifier and Type | Method and Description |
---|---|
static NumberItemStyle |
NumberItemStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberItemStyle[] |
NumberItemStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|