public class SimpleChartJsDataset<K extends Serializable,V extends Serializable> extends Object implements ChartJsDataset<K,V>
| Constructor and Description |
|---|
SimpleChartJsDataset() |
| Modifier and Type | Method and Description |
|---|---|
ChartJsRGBAColor |
getBackgroundColor() |
ChartJsRGBAColor |
getBorderColor() |
List<ChartJsDataPoint<K,V>> |
getData() |
String |
getFill() |
String |
getLabel() |
void |
setBackgroundColor(ChartJsRGBAColor backgroundColor) |
void |
setBorderColor(ChartJsRGBAColor borderColor) |
void |
setData(List<ChartJsDataPoint<K,V>> data) |
void |
setData(Map<K,V> data) |
void |
setFill(String fill) |
void |
setLabel(String label) |
public String getLabel()
getLabel in interface ChartJsDataset<K extends Serializable,V extends Serializable>public void setLabel(String label)
public ChartJsRGBAColor getBackgroundColor()
getBackgroundColor in interface ChartJsDataset<K extends Serializable,V extends Serializable>public void setBackgroundColor(ChartJsRGBAColor backgroundColor)
public ChartJsRGBAColor getBorderColor()
getBorderColor in interface ChartJsDataset<K extends Serializable,V extends Serializable>public void setBorderColor(ChartJsRGBAColor borderColor)
public String getFill()
getFill in interface ChartJsDataset<K extends Serializable,V extends Serializable>public void setFill(String fill)
public List<ChartJsDataPoint<K,V>> getData()
getData in interface ChartJsDataset<K extends Serializable,V extends Serializable>public void setData(List<ChartJsDataPoint<K,V>> data)
Copyright © 2018. All rights reserved.