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>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHitRadius(Integer hitRadius) protected StringsetHitRadius(List<Integer> hitRadius) The pixel size of the non-displayed point that reacts to mouse eventssetShowLine(Boolean showLine) setSpanGaps(Object spanGaps) setXAxisID(String xAxisID) setYAxisID(String yAxisID) Methods 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, getLineTension, getPointBackgroundColor, getPointBorderColor, getPointBorderWidth, getPointHitRadius, getPointHoverBackgroundColor, getPointHoverBorderColor, getPointHoverBorderWidth, getPointHoverRadius, getPointRadius, getPointStyle, setBackgroundColor, setBorderCapStyle, setBorderColor, setBorderDash, setBorderDashOffset, setBorderJoinStyle, setBorderWidth, setFill, setLineTension, setPointBackgroundColor, setPointBorderColor, setPointBorderWidth, setPointHitRadius, setPointHoverBackgroundColor, setPointHoverBorderColor, setPointHoverBorderWidth, setPointHoverRadius, setPointRadius, setPointStyleMethods 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, 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
-
Field Details
-
xAxisID
-
yAxisID
-
spanGaps
-
showLine
-
-
Constructor Details
-
RadarDataset
public RadarDataset()
-
-
Method Details
-
defaultType
- Specified by:
defaultTypein classDataset<RadarDataset,Number>
-
getXAxisID
-
setXAxisID
-
getYAxisID
-
setYAxisID
-
getSpanGaps
-
setSpanGaps
-
getShowLine
-
setShowLine
-
getHitRadius
-
addHitRadius
-
setHitRadius
The pixel size of the non-displayed point that reacts to mouse events
-