Module nl.crashdata.chartjs.data
Package nl.crashdata.chartjs.data.simple
Class SimpleChartJsData<V extends Serializable>
- java.lang.Object
-
- nl.crashdata.chartjs.data.simple.SimpleChartJsData<V>
-
- All Implemented Interfaces:
Serializable,ChartJsData<V>
public class SimpleChartJsData<V extends Serializable> extends Object implements ChartJsData<V>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleChartJsData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ChartJsDataset<V>>getDatasets()List<String>getLabels()voidsetDatasets(List<ChartJsDataset<V>> datasets)voidsetLabels(List<String> labels)
-
-
-
Method Detail
-
getDatasets
public List<ChartJsDataset<V>> getDatasets()
- Specified by:
getDatasetsin interfaceChartJsData<V extends Serializable>
-
setDatasets
public void setDatasets(List<ChartJsDataset<V>> datasets)
-
getLabels
public List<String> getLabels()
- Specified by:
getLabelsin interfaceChartJsData<V extends Serializable>
-
-