Package nl.crashdata.chartjs.data.simple
Class SimpleChartJsConfig<E extends Serializable>
- java.lang.Object
-
- nl.crashdata.chartjs.data.simple.SimpleChartJsConfig<E>
-
- All Implemented Interfaces:
Serializable,ChartJsConfig<E>
public class SimpleChartJsConfig<E extends Serializable> extends Object implements ChartJsConfig<E>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleChartJsConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartJsChartTypegetChartType()ChartJsData<E>getData()ChartJsOptionsgetOptions()voidsetChartType(ChartJsChartType chartType)voidsetData(ChartJsData<E> data)voidsetOptions(ChartJsOptions options)
-
-
-
Method Detail
-
getChartType
public ChartJsChartType getChartType()
- Specified by:
getChartTypein interfaceChartJsConfig<E extends Serializable>
-
setChartType
public void setChartType(ChartJsChartType chartType)
-
getData
public ChartJsData<E> getData()
- Specified by:
getDatain interfaceChartJsConfig<E extends Serializable>
-
setData
public void setData(ChartJsData<E> data)
-
getOptions
public ChartJsOptions getOptions()
- Specified by:
getOptionsin interfaceChartJsConfig<E extends Serializable>
-
setOptions
public void setOptions(ChartJsOptions options)
-
-