Package de.yanwittmann.j2chartjs.type
Class ChartPointStyling
java.lang.Object
de.yanwittmann.j2chartjs.options.AbstractChartOption
de.yanwittmann.j2chartjs.type.ChartPointStyling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetPointBackgroundColor(Color pointBackgroundColor)setPointBorderColor(Color pointBorderColor)setPointBorderWidth(Number pointBorderWidth)setPointHitRadius(Number pointHitRadius)setPointRadius(Number pointRadius)setPointRotation(Number pointRotation)setPointStyle(String pointStyle)org.json.JSONObjecttoJson()
-
Constructor Details
-
ChartPointStyling
public ChartPointStyling()
-
-
Method Details
-
getPointBackgroundColor
-
setPointBackgroundColor
-
getPointBorderColor
-
setPointBorderColor
-
getPointBorderWidth
-
setPointBorderWidth
-
getPointHitRadius
-
setPointHitRadius
-
getPointRadius
-
setPointRadius
-
getPointRotation
-
setPointRotation
-
getPointStyle
-
setPointStyle
-
toJson
public org.json.JSONObject toJson()- Specified by:
toJsonin classAbstractChartOption
-