Uses of Interface
org.pepstock.charba.client.plugins.hooks.AfterLayoutHook
-
Packages that use AfterLayoutHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of AfterLayoutHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return AfterLayoutHook Modifier and Type Method Description AfterLayoutHook
SmartPlugin. getAfterLayoutHook()
Returns the user hook for 'afterLayout' plugin.
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled.Methods in org.pepstock.charba.client.plugins with parameters of type AfterLayoutHook Modifier and Type Method Description void
SmartPlugin. setAfterLayoutHook(AfterLayoutHook afterLayoutHook)
Sets the user hook for 'afterLayout' plugin.
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled.
-