Uses of Interface
org.pepstock.charba.client.plugins.hooks.BeforeDatasetsDrawHook
-
Packages that use BeforeDatasetsDrawHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of BeforeDatasetsDrawHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return BeforeDatasetsDrawHook Modifier and Type Method Description BeforeDatasetsDrawHook
SmartPlugin. getBeforeDatasetsDrawHook()
Returns the user hook for 'beforeDatasetsDraw' plugin.
Called before drawing the 'chart' datasets.Methods in org.pepstock.charba.client.plugins with parameters of type BeforeDatasetsDrawHook Modifier and Type Method Description void
SmartPlugin. setBeforeDatasetsDrawHook(BeforeDatasetsDrawHook beforeDatasetsDrawHook)
Sets the user hook for 'beforeDatasetsDraw' plugin.
Called before drawing the 'chart' datasets.
-