Class RadarDataset
java.lang.Object
software.xdev.chartjs.model.dataset.Dataset<T,O>
software.xdev.chartjs.model.dataset.PointDataset<RadarDataset,BigDecimal>
software.xdev.chartjs.model.dataset.RadarDataset
- All Implemented Interfaces:
BigDecimalDataset<RadarDataset>
public class RadarDataset
extends PointDataset<RadarDataset,BigDecimal>
implements BigDecimalDataset<RadarDataset>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHitRadius
(Integer hitRadius) 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, self, setData, setData, setDataUnchecked, setDataUnchecked
-
Constructor Details
-
RadarDataset
public RadarDataset()
-
-
Method Details
-
getHitRadius
-
addHitRadius
-
setHitRadius
The pixel size of the non-displayed point that reacts to mouse events
-