static class ConnectorManipulator.TargetHighlighter extends java.lang.Object implements LayerMotionListener
Modifier and Type | Field and Description |
---|---|
(package private) BasicHighlighter |
_high |
(package private) FigureContainer |
_parent |
Constructor and Description |
---|
TargetHighlighter() |
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.
|
BasicHighlighter _high
FigureContainer _parent
public void mouseEntered(LayerEvent e)
LayerMotionListener
mouseEntered
in interface LayerMotionListener
e
- The eventpublic void mouseExited(LayerEvent e)
LayerMotionListener
mouseExited
in interface LayerMotionListener
e
- The eventpublic void mouseMoved(LayerEvent e)
LayerMotionListener
mouseMoved
in interface LayerMotionListener
e
- The event