Class DefaultChartAdapters
- java.lang.Object
-
- org.pepstock.charba.client.defaults.chart.DefaultChartAdapters
-
- All Implemented Interfaces:
IsDefaultAdapters
public final class DefaultChartAdapters extends Object implements IsDefaultAdapters
Defaults for adapters option element, based on chart type.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IsDefaultDateAdapterOptions
getDate()
Returns the date adapter options.
-
-
-
Method Detail
-
getDate
public IsDefaultDateAdapterOptions getDate()
Description copied from interface:IsDefaultAdapters
Returns the date adapter options.- Specified by:
getDate
in interfaceIsDefaultAdapters
- Returns:
- date adapter options used to configure the date adapter
-
-