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