public class LayerAdapter extends Object implements LayerListener
| Constructor and Description |
|---|
LayerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseClicked(LayerEvent e)
Invoked when the mouse is clicked on a layer or figure.
|
void |
mouseDragged(LayerEvent e)
Invoked when the mouse moves while the button is still held
down.
|
void |
mousePressed(LayerEvent e)
Invoked when the mouse is pressed on a layer or figure.
|
void |
mouseReleased(LayerEvent e)
Invoked when the mouse is released on a layer or figure.
|
public void mouseDragged(LayerEvent e)
mouseDragged in interface LayerListenerpublic void mousePressed(LayerEvent e)
mousePressed in interface LayerListenerpublic void mouseReleased(LayerEvent e)
mouseReleased in interface LayerListenerpublic void mouseClicked(LayerEvent e)
mouseClicked in interface LayerListenerCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.