|
Hello Stephan,
Yes, you can override the PanInteractor (or any
other interactor, for that matter). Just subclass AbstractPanInteractor and
implement the behavior you want.
To use it you must disable the default interactor
by calling setEnablePanInteractor(false) in your JSVGCanvas, and then register
your custom interactor by calling
svgCanvas.getInteractors().add(customPanInteractor).
Hope this helps.
André
|
