Uses of Interface
org.pepstock.charba.client.plugins.hooks.BeforeTooltipDrawHook
-
Packages that use BeforeTooltipDrawHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of BeforeTooltipDrawHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return BeforeTooltipDrawHook Modifier and Type Method Description BeforeTooltipDrawHook
SmartPlugin. getBeforeTooltipDrawHook()
Returns the user hook for 'beforeTooltipDraw' plugin.
Called before drawing the 'tooltip'.
If any plugin returnsfalse
, the tooltip drawing is cancelled until another 'render' is triggered.Methods in org.pepstock.charba.client.plugins with parameters of type BeforeTooltipDrawHook Modifier and Type Method Description void
SmartPlugin. setBeforeTooltipDrawHook(BeforeTooltipDrawHook beforeTooltipDrawHook)
Sets the user hook for 'beforeTooltipDraw' plugin.
Called before drawing the 'tooltip'.
If any plugin returnsfalse
, the tooltip drawing is cancelled until another 'render' is triggered.
-