Class DoughnutDataset
java.lang.Object
software.xdev.chartjs.model.dataset.Dataset<T,O>
software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset<T,Number>
software.xdev.chartjs.model.dataset.DoughnutDatasetBase<DoughnutDataset>
software.xdev.chartjs.model.dataset.DoughnutDataset
- All Implemented Interfaces:
NumberDataset<DoughnutDataset>
public class DoughnutDataset
extends DoughnutDatasetBase<DoughnutDataset>
implements NumberDataset<DoughnutDataset>
-
Field Summary
Fields inherited from class software.xdev.chartjs.model.dataset.DoughnutDatasetBase
circumference, offset, rotation, spacing, weight
Fields 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.DoughnutDatasetBase
getCircumference, getOffset, getRotation, getSpacing, getWeight, setCircumference, setOffset, setRotation, setSpacing, setWeight
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, getClip, getData, getData, getHidden, getIndexAxis, getLabel, getOrder, getStack, getType, self, setClip, setData, setData, setDataUnchecked, setDataUnchecked, setHidden, setIndexAxis, setLabel, setOrder, setStack, setType, withDefaultType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.xdev.chartjs.model.dataset.NumberDataset
addData, self, setData
-
Constructor Details
-
DoughnutDataset
public DoughnutDataset()
-
-
Method Details
-
defaultType
- Specified by:
defaultType
in classDataset<DoughnutDataset,
Number>
-