Uses of Class
org.pepstock.charba.client.zoom.ZoomContext
-
Packages that use ZoomContext Package Description org.pepstock.charba.client.zoom.callbacks Contains theZoomPlugin.IDplugin callback interfaces to configure the plugin itself and to catch events. -
-
Uses of ZoomContext in org.pepstock.charba.client.zoom.callbacks
Methods in org.pepstock.charba.client.zoom.callbacks with parameters of type ZoomContext Modifier and Type Method Description voidCompletedCallback. onCompleted(ZoomContext context)Method called once zooming or panning is completed.voidProgressCallback. onProgress(ZoomContext context)Method called while the user is zooming or panning.voidRejectedCallback. onRejected(ZoomContext context)Method called once zooming or panning is rejected.booleanStartCallback. onStart(ZoomContext context)Method called when pan or zoom is about to start.
-