Uses of Interface
org.pepstock.charba.client.plugins.hooks.BeforeDrawHook
-
Packages that use BeforeDrawHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of BeforeDrawHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return BeforeDrawHook Modifier and Type Method Description BeforeDrawHook
SmartPlugin. getBeforeDrawHook()
Returns the user hook for 'beforeDraw' plugin.
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse
, the frame drawing is cancelled until another 'render' is triggered.Methods in org.pepstock.charba.client.plugins with parameters of type BeforeDrawHook Modifier and Type Method Description void
SmartPlugin. setBeforeDrawHook(BeforeDrawHook beforeDrawHook)
Sets the user hook for 'beforeDraw' plugin.
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse
, the frame drawing is cancelled until another 'render' is triggered.
-