diva.canvas.connector
Class ConnectorManipulator.TargetHighlighter

java.lang.Object
  extended by diva.canvas.connector.ConnectorManipulator.TargetHighlighter
All Implemented Interfaces:
LayerMotionListener, java.util.EventListener
Enclosing class:
ConnectorManipulator

static class ConnectorManipulator.TargetHighlighter
extends java.lang.Object
implements LayerMotionListener


Field Summary
(package private)  BasicHighlighter _high
           
(package private)  FigureContainer _parent
           
 
Constructor Summary
ConnectorManipulator.TargetHighlighter()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_high

BasicHighlighter _high

_parent

FigureContainer _parent
Constructor Detail

ConnectorManipulator.TargetHighlighter

ConnectorManipulator.TargetHighlighter()
Method Detail

mouseEntered

public void mouseEntered(LayerEvent e)
Description copied from interface: LayerMotionListener
Invoked when the mouse enters a layer or figure.

Specified by:
mouseEntered in interface LayerMotionListener

mouseExited

public void mouseExited(LayerEvent e)
Description copied from interface: LayerMotionListener
Invoked when the mouse exits a layer or figure.

Specified by:
mouseExited in interface LayerMotionListener

mouseMoved

public void mouseMoved(LayerEvent e)
Description copied from interface: LayerMotionListener
Invoked when the mouse moves while over a layer or figure.

Specified by:
mouseMoved in interface LayerMotionListener