public class SimpleChartJsConfig<K extends Serializable,V extends Serializable> extends Object implements ChartJsConfig<K,V>
| Constructor and Description |
|---|
SimpleChartJsConfig() |
| Modifier and Type | Method and Description |
|---|---|
ChartJsChartType |
getChartType() |
ChartJsData<K,V> |
getData() |
ChartJsOptions |
getOptions() |
void |
setChartType(ChartJsChartType chartType) |
void |
setData(ChartJsData<K,V> data) |
void |
setOptions(ChartJsOptions options) |
public ChartJsChartType getChartType()
getChartType in interface ChartJsConfig<K extends Serializable,V extends Serializable>public void setChartType(ChartJsChartType chartType)
public ChartJsData<K,V> getData()
getData in interface ChartJsConfig<K extends Serializable,V extends Serializable>public void setData(ChartJsData<K,V> data)
public ChartJsOptions getOptions()
getOptions in interface ChartJsConfig<K extends Serializable,V extends Serializable>public void setOptions(ChartJsOptions options)
Copyright © 2018. All rights reserved.