Class PolarDataset
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<PolarDataset,Number>
software.xdev.chartjs.model.dataset.PolarDataset
- All Implemented Interfaces:
NumberDataset<PolarDataset>
public class PolarDataset
extends RoundDataset<PolarDataset,Number>
implements NumberDataset<PolarDataset>
-
Field Summary
Fields inherited from class software.xdev.chartjs.model.dataset.RoundDataset
labelFields 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.RoundDataset
getLabel, setLabelMethods 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, setHoverBorderWidthMethods inherited from class software.xdev.chartjs.model.dataset.Dataset
addData, addDataUnchecked, clearData, getData, getData, getType, self, setData, setData, setDataUnchecked, setDataUnchecked, setType, withDefaultTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.xdev.chartjs.model.dataset.NumberDataset
addData, self, setData
-
Constructor Details
-
PolarDataset
public PolarDataset()
-
-
Method Details
-
defaultType
- Specified by:
defaultTypein classDataset<PolarDataset,Number>
-