Uses of Interface
org.pepstock.charba.client.callbacks.HtmlLegendTitleCallback
-
Packages that use HtmlLegendTitleCallback Package Description org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box. -
-
Uses of HtmlLegendTitleCallback in org.pepstock.charba.client.impl.plugins
Methods in org.pepstock.charba.client.impl.plugins that return HtmlLegendTitleCallback Modifier and Type Method Description HtmlLegendTitleCallback
HtmlLegendOptions. getLegendTitleCallback()
Returns the callback which can be implemented to change the text of legend's title, as HTML.Methods in org.pepstock.charba.client.impl.plugins with parameters of type HtmlLegendTitleCallback Modifier and Type Method Description void
HtmlLegendOptions. setLegendTitleCallback(HtmlLegendTitleCallback legendTitleCallback)
Sets the callback which can be implemented to change the text of legend's title, as HTML.HtmlLegendOptionsBuilder
HtmlLegendOptionsBuilder. setLegendTitleCallback(HtmlLegendTitleCallback legendTitleCallback)
Sets the callback which can be implemented to change the text of legend's title, as HTML.
-