Class RoundDataset<T extends RoundDataset<T,O>,O>
java.lang.Object
software.xdev.chartjs.model.dataset.Dataset<T,O>
software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset<T,O>
software.xdev.chartjs.model.dataset.RoundDataset<T,O>
- Direct Known Subclasses:
BubbleDataset
,DoughnutDataset
,PieDataset
,PolarDataset
public abstract class RoundDataset<T extends RoundDataset<T,O>,O>
extends BackgroundBorderHoverDataset<T,O>
-
Field Summary
FieldsFields inherited from class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
backgroundColor, borderColor, borderWidth, hoverBackgroundColor, hoverBorderColor, hoverBorderWidth
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
addBackgroundColor, addBackgroundColors, addBorderColor, addBorderColors, addBorderWidth, addHoverBackgroundColor, addHoverBorderColor, addHoverBorderWidth, getBackgroundColor, getBorderColor, getBorderWidth, getHoverBackgroundColor, getHoverBorderColor, getHoverBorderWidth, setBackgroundColor, setBackgroundColor, setBorderColor, setBorderColor, setBorderWidth, setBorderWidth, setHoverBackgroundColor, setHoverBackgroundColor, setHoverBorderColor, setHoverBorderColor, setHoverBorderWidth, setHoverBorderWidth
Methods inherited from class software.xdev.chartjs.model.dataset.Dataset
addData, addDataUnchecked, clearData, defaultType, getData, getData, getType, self, setData, setData, setDataUnchecked, setDataUnchecked, setType, withDefaultType
-
Field Details
-
label
-
-
Constructor Details
-
RoundDataset
public RoundDataset()
-
-
Method Details
-
getLabel
-
setLabel
The label for the dataset which appears in the legend and tooltips
-