Class LineDataset
java.lang.Object
software.xdev.chartjs.model.dataset.Dataset<T,O>
software.xdev.chartjs.model.dataset.PointDataset<T,O>
software.xdev.chartjs.model.dataset.BaseLineDataset<LineDataset,BigDecimal>
software.xdev.chartjs.model.dataset.LineDataset
- All Implemented Interfaces:
BigDecimalDataset<LineDataset>
public class LineDataset
extends BaseLineDataset<LineDataset,BigDecimal>
implements BigDecimalDataset<LineDataset>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.xdev.chartjs.model.dataset.BaseLineDataset
addPointHitRadius, getPointHitRadius, getShowLine, getSpanGaps, getStepped, getXAxisID, getYAxisID, setPointHitRadius, setShowLine, setSpanGaps, setStepped, setXAxisID, setYAxisID
Methods inherited from class software.xdev.chartjs.model.dataset.PointDataset
addBorderDash, addPointBackgroundColor, addPointBorderColor, addPointBorderWidth, addPointHoverBackgroundColor, addPointHoverBorderColor, addPointHoverBorderWidth, addPointHoverRadius, addPointRadius, addPointStyle, getBackgroundColor, getBorderCapStyle, getBorderColor, getBorderDash, getBorderDashOffset, getBorderJoinStyle, getBorderWidth, getFill, getLabel, getLineTension, getPointBackgroundColor, getPointBorderColor, getPointBorderWidth, getPointHoverBackgroundColor, getPointHoverBorderColor, getPointHoverBorderWidth, getPointHoverRadius, getPointRadius, getPointStyle, setBackgroundColor, setBorderCapStyle, setBorderColor, setBorderDash, setBorderDashOffset, setBorderJoinStyle, setBorderWidth, setFill, setLabel, setLineTension, setPointBackgroundColor, setPointBorderColor, setPointBorderWidth, 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
-
Constructor Details
-
LineDataset
public LineDataset()
-
-
Method Details
-
defaultType
- Specified by:
defaultType
in classDataset<LineDataset,
BigDecimal>
-