edu.uci.ics.jung.visualization
Interface VisualizationViewer.GraphMouse

All Superinterfaces:
EventListener, MouseListener, MouseMotionListener, MouseWheelListener
All Known Subinterfaces:
ModalGraphMouse
All Known Implementing Classes:
AbstractModalGraphMouse, DefaultModalGraphMouse, EditingModalGraphMouse, ModalLensGraphMouse, ModalSatelliteGraphMouse, PluggableGraphMouse, SimpleGraphMouse, VisualizationViewer.GraphMouseImpl
Enclosing interface:
VisualizationViewer

public static interface VisualizationViewer.GraphMouse
extends MouseListener, MouseMotionListener, MouseWheelListener

a convenience type to represent a class that processes all types of mouse events for the graph


Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
 
Methods inherited from interface java.awt.event.MouseWheelListener
mouseWheelMoved