Class LegendLabelsOption
java.lang.Object
de.yanwittmann.j2chartjs.options.AbstractChartOption
de.yanwittmann.j2chartjs.options.plugins.legend.LegendLabelsOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()getFont()setBoxHeight(Integer boxHeight)setBoxWidth(Integer boxWidth)setPadding(Integer padding)setTextAlign(Integer textAlign)org.json.JSONObjecttoJson()
-
Constructor Details
-
LegendLabelsOption
public LegendLabelsOption()
-
-
Method Details
-
getBoxWidth
-
setBoxWidth
-
getBoxHeight
-
setBoxHeight
-
getColor
-
setColor
-
getFont
-
setFont
-
getPadding
-
setPadding
-
getTextAlign
-
setTextAlign
-
toJson
public org.json.JSONObject toJson()- Specified by:
toJsonin classAbstractChartOption
-