Class TooltipOption
java.lang.Object
de.yanwittmann.j2chartjs.options.AbstractChartOption
de.yanwittmann.j2chartjs.options.plugins.tooltip.TooltipOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRtl()setBackgroundColor(Color backgroundColor)setBodyAlign(String bodyAlign)setBodyColor(Color bodyColor)setBodyFont(ChartFont bodyFont)setBodySpacing(Integer bodySpacing)setBorderColor(Color borderColor)setBorderWidth(Integer borderWidth)setBoxHeight(Integer boxHeight)setBoxWidth(Integer boxWidth)setCaretPadding(Integer caretPadding)setCaretSize(Integer caretSize)setCornerRadius(Integer cornerRadius)setDisplayColors(Boolean displayColors)setEnabled(Boolean enabled)setFooterAlign(String footerAlign)setFooterColor(Color footerColor)setFooterFont(ChartFont footerFont)setFooterMarginTop(Integer footerMarginTop)setFooterSpacing(Integer footerSpacing)setMultiKeyBackground(Color multiKeyBackground)setPadding(ChartPadding padding)setPosition(String position)setTextDirection(String textDirection)setTitleAlign(String titleAlign)setTitleColor(Color titleColor)setTitleFont(ChartFont titleFont)setTitleMarginBottom(Integer titleMarginBottom)setTitleSpacing(Integer titleSpacing)org.json.JSONObjecttoJson()
-
Constructor Details
-
TooltipOption
public TooltipOption()
-
-
Method Details
-
getEnabled
-
setEnabled
-
getPosition
-
setPosition
-
getBackgroundColor
-
setBackgroundColor
-
getTitleColor
-
setTitleColor
-
getTitleFont
-
setTitleFont
-
getTitleAlign
-
setTitleAlign
-
getTitleSpacing
-
setTitleSpacing
-
getTitleMarginBottom
-
setTitleMarginBottom
-
getBodyColor
-
setBodyColor
-
getBodyFont
-
setBodyFont
-
getBodyAlign
-
setBodyAlign
-
getBodySpacing
-
setBodySpacing
-
getPadding
-
setPadding
-
getCaretPadding
-
setCaretPadding
-
getCaretSize
-
setCaretSize
-
getCornerRadius
-
setCornerRadius
-
getMultiKeyBackground
-
setMultiKeyBackground
-
getDisplayColors
-
setDisplayColors
-
getBoxWidth
-
setBoxWidth
-
getBoxHeight
-
setBoxHeight
-
getBorderColor
-
setBorderColor
-
getBorderWidth
-
setBorderWidth
-
getRtl
-
setRtl
-
getTextDirection
-
setTextDirection
-
getxAlign
-
setxAlign
-
getyAlign
-
setyAlign
-
toJson
public org.json.JSONObject toJson()- Specified by:
toJsonin classAbstractChartOption
-