Uses of Class
org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Packages that use HtmlLegendItem Package Description org.pepstock.charba.client.colors.tiles Contains all classes to build tiles to use in the a canvas patterns or a Charba pattern. -
-
Uses of HtmlLegendItem in org.pepstock.charba.client.colors.tiles
Methods in org.pepstock.charba.client.colors.tiles with parameters of type HtmlLegendItem Modifier and Type Method Description static void
TilesFactory. clearHtmlLegendItems(HtmlLegendItem htmlLegendItem)
Clears all cached instance of point style by chart instance, wrapper in the a legend item.static String
TilesFactory. createHtmlLegendItem(HtmlLegendItem htmlLegendItem)
Returns a point style picture in base64 PNG format using the legend item as source.
This is invoked ONLY fromHtmlLegend
plugin.
-