Uses of Interface
org.pepstock.charba.client.zoom.callbacks.ModeCallback
-
Packages that use ModeCallback Package Description org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.ID
plugin (AKAchartjs-plugin-zoom.js
) for CHART.js. -
-
Uses of ModeCallback in org.pepstock.charba.client.zoom
Methods in org.pepstock.charba.client.zoom that return ModeCallback Modifier and Type Method Description ModeCallback
AbstractConfigurationItem. getModeCallback()
Returns the element (panning or zooming) directions callback, to set the mode at runtime.ModeCallback
AbstractConfigurationItem. getOverScaleModeCallback()
Returns the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scaleModeCallback
AbstractConfigurationItem. getScaleModeCallback()
Returns the element directions callback, to enable panning over a scale for that axis (regardless of mode).Methods in org.pepstock.charba.client.zoom with parameters of type ModeCallback Modifier and Type Method Description void
AbstractConfigurationItem. setMode(ModeCallback modeCallback)
Sets the element (panning or zooming) directions callback, to set the mode at runtime.void
AbstractConfigurationItem. setOverScaleMode(ModeCallback modeCallback)
Sets the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scalevoid
AbstractConfigurationItem. setScaleMode(ModeCallback modeCallback)
Sets the element directions callback, to enable panning over a scale for that axis (regardless of mode).
-