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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AxisgetAxis()Returns the axis instance.ScaleDateAdaptergetDate()Returns the date adapter options.
 
- 
- 
- 
Method Detail- 
getDatepublic ScaleDateAdapter getDate() Returns the date adapter options.- Returns:
- date adapter options used to configure the date adapter
 
 - 
getAxispublic final Axis getAxis() Returns the axis instance.- Returns:
- the axis
 
 
- 
 
-