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