Uses of Interface
org.pepstock.charba.client.plugins.hooks.AfterDatasetsDrawHook
-
Packages that use AfterDatasetsDrawHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of AfterDatasetsDrawHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return AfterDatasetsDrawHook Modifier and Type Method Description AfterDatasetsDrawHook
SmartPlugin. getAfterDatasetsDrawHook()
Returns the user hook for 'afterDatasetsDraw' plugin.
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled.Methods in org.pepstock.charba.client.plugins with parameters of type AfterDatasetsDrawHook Modifier and Type Method Description void
SmartPlugin. setAfterDatasetsDrawHook(AfterDatasetsDrawHook afterDatasetsDrawHook)
Sets the user hook for 'afterDatasetsDraw' plugin.
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled.
-