Uses of Class
org.pepstock.charba.client.items.LegendTextHandler
-
Packages that use LegendTextHandler Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of LegendTextHandler in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return LegendTextHandler Modifier and Type Method Description LegendTextHandler
LegendTitle. getLegendTextHandler()
-
Uses of LegendTextHandler in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return LegendTextHandler Modifier and Type Method Description LegendTextHandler
HasLegendText. getLegendTextHandler()
Returns a legend text handler instance to use in the default methods of this interface.LegendTextHandler
LegendLabelItem. getLegendTextHandler()
-
Uses of LegendTextHandler in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return LegendTextHandler Modifier and Type Method Description LegendTextHandler
LegendTitle. getLegendTextHandler()
-