Class Adapters
- java.lang.Object
-
- org.pepstock.charba.client.configuration.Adapters
-
public final class Adapters extends Object
The following adapters element is used to configure a date adapter, injecting to support time series in the CAHRT.JS.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Axis
getAxis()
Returns the axis instance.ScaleDateAdapter
getDate()
Returns the date adapter options.
-
-
-
Method Detail
-
getDate
public ScaleDateAdapter getDate()
Returns the date adapter options.- Returns:
- date adapter options used to configure the date adapter
-
getAxis
public final Axis getAxis()
Returns the axis instance.- Returns:
- the axis
-
-