Class LegendOption
java.lang.Object
de.yanwittmann.j2chartjs.options.AbstractChartOption
de.yanwittmann.j2chartjs.options.plugins.legend.LegendOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlign()getRtl()setDisplay(Boolean display)setFullSize(Boolean fullSize)setLabelsOption(LegendLabelsOption labelsOption)setMaxHeight(Integer maxHeight)setMaxWidth(Integer maxWidth)setPosition(String position)setReverse(Boolean reverse)setTextDirection(String textDirection)setTitleOption(LegendTitleOption titleOption)org.json.JSONObjecttoJson()
-
Constructor Details
-
LegendOption
public LegendOption()
-
-
Method Details
-
getDisplay
-
setDisplay
-
getPosition
-
setPosition
-
getAlign
-
setAlign
-
getMaxHeight
-
setMaxHeight
-
getMaxWidth
-
setMaxWidth
-
getFullSize
-
setFullSize
-
getReverse
-
setReverse
-
getRtl
-
setRtl
-
getTextDirection
-
setTextDirection
-
getLabelsOption
-
setLabelsOption
-
getTitleOption
-
setTitleOption
-
toJson
public org.json.JSONObject toJson()- Specified by:
toJsonin classAbstractChartOption
-