Uses of Interface
org.pepstock.charba.client.plugins.hooks.AfterDatasetDrawHook
-
Packages that use AfterDatasetDrawHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of AfterDatasetDrawHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return AfterDatasetDrawHook Modifier and Type Method Description AfterDatasetDrawHook
SmartPlugin. getAfterDatasetDrawHook()
Returns the user hook for 'afterDatasetDraw' plugin.
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
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 AfterDatasetDrawHook Modifier and Type Method Description void
SmartPlugin. setAfterDatasetDrawHook(AfterDatasetDrawHook afterDatasetDrawHook)
Sets the user hook for 'afterDatasetDraw' plugin.
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
Note that this hook will not be called if the datasets drawing has been previously cancelled.
-