Uses of Interface
org.pepstock.charba.client.plugins.hooks.AfterRenderHook
-
Packages that use AfterRenderHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of AfterRenderHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return AfterRenderHook Modifier and Type Method Description AfterRenderHook
SmartPlugin. getAfterRenderHook()
Returns the user hook for 'afterRender' plugin.
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled.Methods in org.pepstock.charba.client.plugins with parameters of type AfterRenderHook Modifier and Type Method Description void
SmartPlugin. setAfterRenderHook(AfterRenderHook afterRenderHook)
Sets the user hook for 'afterRender' plugin.
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled.
-