Uses of Interface
org.pepstock.charba.client.plugins.hooks.BeforeDatasetDrawHook
-
Packages that use BeforeDatasetDrawHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of BeforeDatasetDrawHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return BeforeDatasetDrawHook Modifier and Type Method Description BeforeDatasetDrawHookSmartPlugin. getBeforeDatasetDrawHook()Returns the user hook for 'beforeDatasetDraw' plugin.
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
If any plugin returnsfalse, the datasets drawing is cancelled until another 'render' is triggered.Methods in org.pepstock.charba.client.plugins with parameters of type BeforeDatasetDrawHook Modifier and Type Method Description voidSmartPlugin. setBeforeDatasetDrawHook(BeforeDatasetDrawHook beforeDatasetDrawHook)Sets the user hook for 'beforeDatasetDraw' plugin.
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
If any plugin returnsfalse, the datasets drawing is cancelled until another 'render' is triggered.
-