Uses of Interface
org.pepstock.charba.client.plugins.hooks.BeforeBuildTicksHook
-
Packages that use BeforeBuildTicksHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of BeforeBuildTicksHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return BeforeBuildTicksHook Modifier and Type Method Description BeforeBuildTicksHook
SmartPlugin. getBeforeBuildTicksHook()
Returns the user hook for 'beforeBuildTicks' plugin.
Called before scale builds its ticks.
This hook is called separately for each scale in the chart.Methods in org.pepstock.charba.client.plugins with parameters of type BeforeBuildTicksHook Modifier and Type Method Description void
SmartPlugin. setBeforeBuildTicksHook(BeforeBuildTicksHook beforeBuildTicksHook)
Sets the user hook for 'beforeBuildTicks' plugin.
Called before scale builds its ticks.
This hook is called separately for each scale in the chart.
-