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 MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedMethods inherited from interface MouseMotionListener
mouseDragged, mouseMovedMethods inherited from interface MouseWheelListener
mouseWheelMoved