Uses of Interface
org.pepstock.charba.client.zoom.callbacks.StartCallback
-
Packages that use StartCallback Package Description org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.ID
plugin (AKAchartjs-plugin-zoom.js
) for CHART.js. -
-
Uses of StartCallback in org.pepstock.charba.client.zoom
Methods in org.pepstock.charba.client.zoom that return StartCallback Modifier and Type Method Description StartCallback
AbstractConfigurationItem. getStartCallback()
Returns the callback called once zooming or panning is started.Methods in org.pepstock.charba.client.zoom with parameters of type StartCallback Modifier and Type Method Description void
AbstractConfigurationItem. setStartCallback(StartCallback startCallback)
Sets the callback called once zooming or panning is started.
-