Package org.apache.batik.swing.gvt
Interface Interactor
- All Superinterfaces:
EventListener,KeyListener,MouseListener,MouseMotionListener
- All Known Implementing Classes:
AbstractImageZoomInteractor,AbstractPanInteractor,AbstractResetTransformInteractor,AbstractRotateInteractor,AbstractZoomInteractor,InteractorAdapter
This interface represents an object which interacts with a GVT component.
- Version:
- $Id: Interactor.java 1733416 2016-03-03 07:07:13Z gadams $
-
Method Summary
Modifier and TypeMethodDescriptionbooleanTells whether the interaction has finished.booleanTells whether the given event will start the interactor.Methods inherited from interface java.awt.event.KeyListener
keyPressed, keyReleased, keyTypedMethods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedMethods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
-
Method Details
-
startInteraction
Tells whether the given event will start the interactor. -
endInteraction
boolean endInteraction()Tells whether the interaction has finished.
-