Class TooltipCallbacks
java.lang.Object
software.xdev.chartjs.model.options.tooltip.TooltipCallbacks
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JavaScriptFunction
protected JavaScriptFunction
protected JavaScriptFunction
protected JavaScriptFunction
protected JavaScriptFunction
protected JavaScriptFunction
protected JavaScriptFunction
protected JavaScriptFunction
protected JavaScriptFunction
protected JavaScriptFunction
protected JavaScriptFunction
protected JavaScriptFunction
protected JavaScriptFunction
protected JavaScriptFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
getTitle()
setAfterBody
(JavaScriptFunction afterBody) setAfterFooter
(JavaScriptFunction afterFooter) setAfterLabel
(JavaScriptFunction afterLabel) setAfterTitle
(JavaScriptFunction afterTitle) setBeforeBody
(JavaScriptFunction beforeBody) setBeforeFooter
(JavaScriptFunction beforeFooter) setBeforeLabel
(JavaScriptFunction beforeLabel) setBeforeTitle
(JavaScriptFunction beforeTitle) setFooter
(JavaScriptFunction footer) setLabel
(JavaScriptFunction label) setLabelColor
(JavaScriptFunction labelColor) setLabelPointStyle
(JavaScriptFunction labelPointStyle) setLabelTextColor
(JavaScriptFunction labelTextColor) setTitle
(JavaScriptFunction title)
-
Field Details
-
beforeTitle
-
title
-
afterTitle
-
beforeBody
-
beforeLabel
-
label
-
labelColor
-
labelTextColor
-
labelPointStyle
-
afterLabel
-
afterBody
-
-
Constructor Details
-
TooltipCallbacks
public TooltipCallbacks()
-
-
Method Details
-
getBeforeTitle
-
setBeforeTitle
-
getTitle
-
setTitle
-
getAfterTitle
-
setAfterTitle
-
getBeforeBody
-
setBeforeBody
-
getBeforeLabel
-
setBeforeLabel
-
getLabel
-
setLabel
-
getLabelColor
-
setLabelColor
-
getLabelTextColor
-
setLabelTextColor
-
getLabelPointStyle
-
setLabelPointStyle
-
getAfterLabel
-
setAfterLabel
-
getAfterBody
-
setAfterBody
-