Uses of Interface
org.pepstock.charba.client.callbacks.HtmlLegendItemCallback
-
Packages that use HtmlLegendItemCallback Package Description org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box. -
-
Uses of HtmlLegendItemCallback in org.pepstock.charba.client.impl.plugins
Methods in org.pepstock.charba.client.impl.plugins that return HtmlLegendItemCallback Modifier and Type Method Description HtmlLegendItemCallback
HtmlLegendOptions. getLegendItemCallback()
Returns the callback which can be implemented to change the text of legend for a specific item, as HTML.Methods in org.pepstock.charba.client.impl.plugins with parameters of type HtmlLegendItemCallback Modifier and Type Method Description void
HtmlLegendOptions. setLegendItemCallback(HtmlLegendItemCallback legendTextCallback)
Sets the callback which can be implemented to change the text of legend for a specific item, as HTML.HtmlLegendOptionsBuilder
HtmlLegendOptionsBuilder. setLegendItemCallback(HtmlLegendItemCallback legendTextCallback)
Sets the callback which can be implemented to change the text of legend for a specific item, as HTML.
-