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 HtmlLegendTitleCallbackHtmlLegendOptions. 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 voidHtmlLegendOptions. setLegendTitleCallback(HtmlLegendTitleCallback legendTitleCallback)Sets the callback which can be implemented to change the text of legend's title, as HTML.HtmlLegendOptionsBuilderHtmlLegendOptionsBuilder. setLegendTitleCallback(HtmlLegendTitleCallback legendTitleCallback)Sets the callback which can be implemented to change the text of legend's title, as HTML.
-