public class LayerMotionAdapter extends java.lang.Object implements LayerMotionListener
Constructor and Description |
---|
LayerMotionAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
mouseEntered(LayerEvent e)
Invoked when the mouse enters a layer or figure.
|
void |
mouseExited(LayerEvent e)
Invoked when the mouse exits a layer or figure.
|
void |
mouseMoved(LayerEvent e)
Invoked when the mouse moves while over a layer or figure.
|
public void mouseEntered(LayerEvent e)
mouseEntered
in interface LayerMotionListener
e
- The eventpublic void mouseExited(LayerEvent e)
mouseExited
in interface LayerMotionListener
e
- The eventpublic void mouseMoved(LayerEvent e)
mouseMoved
in interface LayerMotionListener
e
- The event