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.IDplugin (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 StartCallbackAbstractConfigurationItem. 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 voidAbstractConfigurationItem. setStartCallback(StartCallback startCallback)Sets the callback called once zooming or panning is started.
-