Class RadialScaleAngleLinesOption
java.lang.Object
de.yanwittmann.j2chartjs.options.AbstractChartOption
de.yanwittmann.j2chartjs.options.scale.RadialScaleAngleLinesOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()setBorderDash(List<Integer> borderDash)setBorderDashOffset(Integer borderDashOffset)setDisplay(Boolean display)setLineWidth(Integer lineWidth)org.json.JSONObjecttoJson()
-
Constructor Details
-
RadialScaleAngleLinesOption
public RadialScaleAngleLinesOption()
-
-
Method Details
-
getDisplay
-
setDisplay
-
getColor
-
setColor
-
getLineWidth
-
setLineWidth
-
getBorderDash
-
setBorderDash
-
getBorderDashOffset
-
setBorderDashOffset
-
toJson
public org.json.JSONObject toJson()- Specified by:
toJsonin classAbstractChartOption
-