Class LinearScaleOption
java.lang.Object
de.yanwittmann.j2chartjs.options.AbstractChartOption
de.yanwittmann.j2chartjs.options.scale.LinearScaleOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGrid()getMax()getMin()getTicks()getTitle()getType()setAlignToPixels(Boolean alignToPixels)setBackgroundColor(Color backgroundColor)setBeginAtZero(Boolean beginAtZero)setDisplay(Boolean display)setGrid(ScaleGridOption grid)setPosition(String position)setReverse(Boolean reverse)setStacked(Boolean stacked)setStepSize(Number stepSize)setSuggestedMax(Integer suggestedMax)setSuggestedMin(Integer suggestedMin)setTicks(LinearScaleTicksOption ticks)setTitle(ScaleTitleOption title)org.json.JSONObjecttoJson()
-
Constructor Details
-
LinearScaleOption
public LinearScaleOption()
-
-
Method Details
-
getTicks
-
setTicks
-
getGrid
-
setGrid
-
getTitle
-
setTitle
-
getType
-
setType
-
getAlignToPixels
-
setAlignToPixels
-
getBackgroundColor
-
setBackgroundColor
-
getDisplay
-
setDisplay
-
getMin
-
setMin
-
getMax
-
setMax
-
getSuggestedMin
-
setSuggestedMin
-
getSuggestedMax
-
setSuggestedMax
-
getReverse
-
setReverse
-
getStacked
-
setStacked
-
getWeight
-
setWeight
-
getPosition
-
setPosition
-
getBeginAtZero
-
setBeginAtZero
-
getStepSize
-
setStepSize
-
toJson
public org.json.JSONObject toJson()- Specified by:
toJsonin classAbstractChartOption
-