public abstract class AbstractResetTransformInteractor extends Object implements Interactor
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
finished
Whether the interactor has finished.
|
| Constructor and Description |
|---|
AbstractResetTransformInteractor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
endInteraction()
Tells whether the interaction has finished.
|
void |
keyPressed(KeyEvent e)
Invoked when a key has been pressed.
|
void |
keyReleased(KeyEvent e)
Invoked when a key has been released.
|
void |
keyTyped(KeyEvent e)
Invoked when a key has been typed.
|
void |
mouseClicked(MouseEvent e)
Invoked when the mouse has been clicked on a component.
|
void |
mouseDragged(MouseEvent e)
Invoked when a mouse button is pressed on a component and then
dragged.
|
void |
mouseEntered(MouseEvent e)
Invoked when the mouse enters a component.
|
void |
mouseExited(MouseEvent e)
Invoked when the mouse exits a component.
|
void |
mouseMoved(MouseEvent e)
Invoked when the mouse button has been moved on a component
(with no buttons no down).
|
void |
mousePressed(MouseEvent e)
Invoked when a mouse button has been pressed on a component.
|
void |
mouseReleased(MouseEvent e)
Invoked when a mouse button has been released on a component.
|
protected void |
resetTransform(InputEvent e)
Resets the associated component's transform.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstartInteractionpublic boolean endInteraction()
endInteraction in interface Interactorpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerpublic void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerpublic void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenerpublic void mousePressed(MouseEvent e)
mousePressed in interface MouseListenerpublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenerpublic void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenerpublic void mouseExited(MouseEvent e)
mouseExited in interface MouseListenerpublic void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenerpublic void mouseMoved(MouseEvent e)
mouseMoved in interface MouseMotionListenerprotected void resetTransform(InputEvent e)
Copyright © 2000–2021 Apache Software Foundation. All rights reserved.