Class PluggableGraphMouse
java.lang.Object
edu.uci.ics.jung.visualization.control.PluggableGraphMouse
- All Implemented Interfaces:
VisualizationViewer.GraphMouse
,MouseListener
,MouseMotionListener
,MouseWheelListener
,EventListener
- Direct Known Subclasses:
AbstractModalGraphMouse
a GraphMouse that accepts plugins for various mouse events.
- Author:
- Tom Nelson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(GraphMousePlugin plugin) void
void
void
void
void
void
void
void
void
remove
(GraphMousePlugin plugin)
-
Constructor Details
-
PluggableGraphMouse
public PluggableGraphMouse()
-
-
Method Details
-
add
-
remove
-
mouseClicked
- Specified by:
mouseClicked
in interfaceMouseListener
-
mousePressed
- Specified by:
mousePressed
in interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleased
in interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEntered
in interfaceMouseListener
-
mouseExited
- Specified by:
mouseExited
in interfaceMouseListener
-
mouseDragged
- Specified by:
mouseDragged
in interfaceMouseMotionListener
-
mouseMoved
- Specified by:
mouseMoved
in interfaceMouseMotionListener
-
mouseWheelMoved
- Specified by:
mouseWheelMoved
in interfaceMouseWheelListener
-