Package edu.uci.ics.jung.visualization
Interface VisualizationViewer.GraphMouse
- All Superinterfaces:
EventListener,MouseListener,MouseMotionListener,MouseWheelListener
- All Known Subinterfaces:
ModalGraphMouse
- All Known Implementing Classes:
AbstractModalGraphMouse,AnnotatingModalGraphMouse,DefaultModalGraphMouse,EditingModalGraphMouse,ModalLensGraphMouse,ModalSatelliteGraphMouse,PluggableGraphMouse
- Enclosing class:
VisualizationViewer<V,E>
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
-
Method Summary
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedMethods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMovedMethods inherited from interface java.awt.event.MouseWheelListener
mouseWheelMoved