Uses of Interface
org.pepstock.charba.client.plugins.hooks.BeforeDataLimitsHook
-
Packages that use BeforeDataLimitsHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of BeforeDataLimitsHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return BeforeDataLimitsHook Modifier and Type Method Description BeforeDataLimitsHook
SmartPlugin. getBeforeDataLimitsHook()
Returns the user hook for 'beforeDataLimits' plugin.
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart.Methods in org.pepstock.charba.client.plugins with parameters of type BeforeDataLimitsHook Modifier and Type Method Description void
SmartPlugin. setBeforeDataLimitsHook(BeforeDataLimitsHook beforeDataLimitsHook)
Sets the user hook for 'beforeDataLimits' plugin.
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart.
-