Uses of Interface
org.pepstock.charba.client.plugins.hooks.AfterTooltipDrawHook
-
Packages that use AfterTooltipDrawHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of AfterTooltipDrawHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return AfterTooltipDrawHook Modifier and Type Method Description AfterTooltipDrawHook
SmartPlugin. getAfterTooltipDrawHook()
Returns the user hook for 'afterTooltipDraw' plugin.
Called after drawing the 'tooltip'.
Note that this hook will not be called if the tooltip drawing has been previously cancelled.Methods in org.pepstock.charba.client.plugins with parameters of type AfterTooltipDrawHook Modifier and Type Method Description void
SmartPlugin. setAfterTooltipDrawHook(AfterTooltipDrawHook afterTooltipDrawHook)
Sets the user hook for 'afterTooltipDraw' plugin.
Called after drawing the 'tooltip'.
Note that this hook will not be called if the tooltip drawing has been previously cancelled.
-