public interface ImageMouseMotionListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
mouseDragged(ImageMouseEvent e)
Invoked when the mouse is moved while a button is down.
|
void |
mouseEntered(ImageMouseEvent e)
Invoked when the mouse has entered the area of an image.
|
void |
mouseExited(ImageMouseEvent e)
Invoked when the mouse has left the area of an image.
|
void |
mouseMoved(ImageMouseEvent e)
Invoked when the mouse has entered a pixel of an image.
|
void mouseMoved(ImageMouseEvent e)
e - the event object containing attributes of the eventvoid mouseEntered(ImageMouseEvent e)
e - the event object containing attributes of the eventvoid mouseExited(ImageMouseEvent e)
e - the event object containing attributes of the eventvoid mouseDragged(ImageMouseEvent e)
e - the event object containing attributes of the eventCopyright © 2012. All Rights Reserved.