Class DefaultChartDateAdapterOptions
- java.lang.Object
-
- org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
-
- All Implemented Interfaces:
IsDefaultDateAdapterOptions
public final class DefaultChartDateAdapterOptions extends Object implements IsDefaultDateAdapterOptions
Defaults for date adapters option element, based on chart type.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CLocale
getLocale()
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.NumberingSystem
getNumberingSystem()
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON.Calendar
getOutputCalendar()
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available.TimeZone
getZone()
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON.
-
-
-
Method Detail
-
getLocale
public CLocale getLocale()
Description copied from interface:IsDefaultDateAdapterOptions
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.- Specified by:
getLocale
in interfaceIsDefaultDateAdapterOptions
- Returns:
- the locale that LUXON must use by the date adapter
-
getZone
public TimeZone getZone()
Description copied from interface:IsDefaultDateAdapterOptions
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON.- Specified by:
getZone
in interfaceIsDefaultDateAdapterOptions
- Returns:
- the zone that LUXON must use by the date adapter
-
getOutputCalendar
public Calendar getOutputCalendar()
Description copied from interface:IsDefaultDateAdapterOptions
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. output calendar systems.- Specified by:
getOutputCalendar
in interfaceIsDefaultDateAdapterOptions
- Returns:
- the name of calendaring systems that LUXON must use by the date adapter
-
getNumberingSystem
public NumberingSystem getNumberingSystem()
Description copied from interface:IsDefaultDateAdapterOptions
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON.- Specified by:
getNumberingSystem
in interfaceIsDefaultDateAdapterOptions
- Returns:
- the name of numbering systems that LUXON must use by the date adapter
-
-