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