Uses of Class
org.pepstock.charba.client.zoom.ZoomContext
-
Packages that use ZoomContext Package Description org.pepstock.charba.client.zoom.callbacks Contains theZoomPlugin.ID
plugin 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 void
CompletedCallback. onCompleted(ZoomContext context)
Method called once zooming or panning is completed.void
ProgressCallback. onProgress(ZoomContext context)
Method called while the user is zooming or panning.void
RejectedCallback. onRejected(ZoomContext context)
Method called once zooming or panning is rejected.boolean
StartCallback. onStart(ZoomContext context)
Method called when pan or zoom is about to start.
-