Uses of Class
edu.uci.ics.jung.visualization.control.PluggableGraphMouse

Packages that use PluggableGraphMouse
edu.uci.ics.jung.visualization Provides a visualization mechanism for drawing and rendering Graphs. 
edu.uci.ics.jung.visualization.control   
 

Uses of PluggableGraphMouse in edu.uci.ics.jung.visualization
 

Subclasses of PluggableGraphMouse in edu.uci.ics.jung.visualization
 class ZoomPanGraphMouse
          ZoomPanGraphMouse is a PluggableGraphMouse class that includes zoom via the mouse wheel, and pan via a mouse drag
 

Uses of PluggableGraphMouse in edu.uci.ics.jung.visualization.control
 

Subclasses of PluggableGraphMouse in edu.uci.ics.jung.visualization.control
 class AbstractModalGraphMouse
          AbstractModalGraphMouse is a PluggableGraphMouse class that manages a collection of plugins for picking and transforming the graph.
 class DefaultModalGraphMouse
          DefaultModalGraphMouse is a PluggableGraphMouse class that pre-installs a large collection of plugins for picking and transforming the graph.
 class EditingModalGraphMouse
           
 class ModalLensGraphMouse
          an implementation of the AbstractModalGraphMouse that includes plugins for manipulating a view that is using a LensTransformer.
 class ModalSatelliteGraphMouse