Class ScaleGridOption
java.lang.Object
de.yanwittmann.j2chartjs.options.AbstractChartOption
de.yanwittmann.j2chartjs.options.scale.ScaleGridOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()getZ()setBorderDash(List<Integer> borderDash)setBorderDashOffset(Integer borderDashOffset)setBorderWidth(Integer borderWidth)setCircular(Boolean circular)setDisplay(Boolean display)setDrawBorder(Boolean drawBorder)setDrawOnChartArea(Boolean drawOnChartArea)setDrawTicks(Boolean drawTicks)setLineWidth(Integer lineWidth)setTextStrokeColor(Color textStrokeColor)setTickBorderDash(List<Integer> tickBorderDash)setTickBorderDashOffset(Integer tickBorderDashOffset)setTickColor(Color tickColor)setTickLength(Integer tickLength)setTickWidth(Integer tickWidth)org.json.JSONObjecttoJson()
-
Constructor Details
-
ScaleGridOption
public ScaleGridOption()
-
-
Method Details
-
getTextStrokeColor
-
setTextStrokeColor
-
getBorderWidth
-
setBorderWidth
-
getBorderDash
-
setBorderDash
-
getBorderDashOffset
-
setBorderDashOffset
-
getCircular
-
setCircular
-
getColor
-
setColor
-
getDisplay
-
setDisplay
-
getDrawBorder
-
setDrawBorder
-
getDrawOnChartArea
-
setDrawOnChartArea
-
getDrawTicks
-
setDrawTicks
-
getLineWidth
-
setLineWidth
-
getOffset
-
setOffset
-
getTickBorderDash
-
setTickBorderDash
-
getTickBorderDashOffset
-
setTickBorderDashOffset
-
getTickColor
-
setTickColor
-
getTickLength
-
setTickLength
-
getTickWidth
-
setTickWidth
-
getZ
-
setZ
-
toJson
public org.json.JSONObject toJson()- Specified by:
toJsonin classAbstractChartOption
-