Package de.yanwittmann.j2chartjs.dataset
Class RadarChartDataset
java.lang.Object
de.yanwittmann.j2chartjs.dataset.ChartDataset<RadarChartDataset,Number>
de.yanwittmann.j2chartjs.dataset.RadarChartDataset
-
Field Summary
Fields inherited from class de.yanwittmann.j2chartjs.dataset.ChartDataset
data -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPointBackgroundColor(Color... colors)addPointBorderColor(Color... colors)addPointBorderWidth(Number... widths)addPointHitRadius(Number... radiuses)addPointHoverBackgroundColor(Color... colors)addPointHoverBorderColor(Color... colors)addPointHoverBorderWidth(Number... widths)addPointHoverRadius(Number... radiuses)addPointRadius(Number... radiuses)addPointRotation(Number... rotations)addPointStyle(String... styles)getFill()getLabel()intgetOrder()setBackgroundColor(Color backgroundColor)setBorderCapStyle(String borderCapStyle)setBorderColor(Color borderColor)setBorderDash(List<Integer> borderDash)setBorderWidth(Number borderWidth)setOrder(int order)setShowLine(Boolean showLine)setSpanGaps(Boolean spanGaps)setTension(double tension)setTension(int tension)org.json.JSONObjecttoJson()
-
Constructor Details
-
RadarChartDataset
public RadarChartDataset()
-
-
Method Details
-
getLabel
-
setLabel
-
getOrder
public int getOrder() -
setOrder
-
addPointBackgroundColor
-
addPointBorderColor
-
addPointBorderWidth
-
addPointHitRadius
-
addPointRadius
-
addPointRotation
-
addPointStyle
-
addPointHoverBackgroundColor
-
addPointHoverBorderColor
-
addPointHoverBorderWidth
-
addPointHoverRadius
-
getBackgroundColor
-
setBackgroundColor
-
getBorderCapStyle
-
setBorderCapStyle
-
getBorderColor
-
setBorderColor
-
getBorderDash
-
setBorderDash
-
getBorderWidth
-
setBorderWidth
-
getTension
-
setTension
-
setTension
-
getShowLine
-
setShowLine
-
getSpanGaps
-
setSpanGaps
-
getFill
-
setFill
-
toJson
public org.json.JSONObject toJson()- Specified by:
toJsonin classChartDataset<RadarChartDataset,Number>
-