Class RadarDataset
java.lang.Object
software.xdev.chartjs.model.dataset.Dataset<T,O>
software.xdev.chartjs.model.dataset.PointDataset<RadarDataset,Number>
software.xdev.chartjs.model.dataset.RadarDataset
- All Implemented Interfaces:
NumberDataset<RadarDataset>
public class RadarDataset
extends PointDataset<RadarDataset,Number>
implements NumberDataset<RadarDataset>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHitRadius
(Integer hitRadius) protected String
setHitRadius
(List<Integer> hitRadius) The pixel size of the non-displayed point that reacts to mouse eventsMethods inherited from class software.xdev.chartjs.model.dataset.PointDataset
addBorderDash, addPointBackgroundColor, addPointBorderColor, addPointBorderWidth, addPointHitRadius, addPointHoverBackgroundColor, addPointHoverBorderColor, addPointHoverBorderWidth, addPointHoverRadius, addPointRadius, addPointStyle, getBackgroundColor, getBorderCapStyle, getBorderColor, getBorderDash, getBorderDashOffset, getBorderJoinStyle, getBorderWidth, getFill, getLabel, getLineTension, getPointBackgroundColor, getPointBorderColor, getPointBorderWidth, getPointHitRadius, getPointHoverBackgroundColor, getPointHoverBorderColor, getPointHoverBorderWidth, getPointHoverRadius, getPointRadius, getPointStyle, setBackgroundColor, setBorderCapStyle, setBorderColor, setBorderDash, setBorderDashOffset, setBorderJoinStyle, setBorderWidth, setFill, setLabel, setLineTension, setPointBackgroundColor, setPointBorderColor, setPointBorderWidth, setPointHitRadius, setPointHoverBackgroundColor, setPointHoverBorderColor, setPointHoverBorderWidth, setPointHoverRadius, setPointRadius, setPointStyle
Methods inherited from class software.xdev.chartjs.model.dataset.Dataset
addData, addDataUnchecked, clearData, getData, getData, getType, self, setData, setData, setDataUnchecked, setDataUnchecked, 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
-
RadarDataset
public RadarDataset()
-
-
Method Details
-
defaultType
- Specified by:
defaultType
in classDataset<RadarDataset,
Number>
-
getHitRadius
-
addHitRadius
-
setHitRadius
The pixel size of the non-displayed point that reacts to mouse events
-