Uses of Class
org.pepstock.charba.client.options.FillHandler
-
Packages that use FillHandler Package Description org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data 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 FillHandler in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return FillHandler Modifier and Type Method Description FillHandlerLiningDataset. getFillHandler() -
Uses of FillHandler in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return FillHandler Modifier and Type Method Description FillHandlerFillColors. getFillHandler() -
Uses of FillHandler in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return FillHandler Modifier and Type Method Description FillHandlerHasFill. getFillHandler()Returns a fill handler instance to use in the default methods of this interface.FillHandlerLine. getFillHandler()
-