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.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Tells whether the interaction has finished.boolean
Tells whether the given event will start the interactor.Methods inherited from interface java.awt.event.KeyListener
keyPressed, keyReleased, keyTyped
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
Methods 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.
-