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)
LayerMotionListenermouseEntered in interface LayerMotionListenere - The eventpublic void mouseExited(LayerEvent e)
LayerMotionListenermouseExited in interface LayerMotionListenere - The eventpublic void mouseMoved(LayerEvent e)
LayerMotionListenermouseMoved in interface LayerMotionListenere - The event