Uses of Package
edu.uci.ics.jung.visualization.control

Packages that use edu.uci.ics.jung.visualization.control
edu.uci.ics.jung.visualization Provides a visualization mechanism for drawing and rendering Graphs. 
edu.uci.ics.jung.visualization.control   
edu.uci.ics.jung.visualization.transform   
edu.uci.ics.jung.visualization.transform.shape   
samples.graph Provides sample graph code that may be of interest. 
 

Classes in edu.uci.ics.jung.visualization.control used by edu.uci.ics.jung.visualization
PluggableGraphMouse
          a GraphMouse that accepts plugins for various mouse events.
ScalingGraphMousePlugin
          ScalingGraphMouse applies a scaling transformation to the graph layout.
TranslatingGraphMousePlugin
          TranslatingGraphMousePlugin uses a MouseButtonOne press and drag gesture to translate the graph display in the x and y direction.
 

Classes in edu.uci.ics.jung.visualization.control used by edu.uci.ics.jung.visualization.control
AbstractGraphMousePlugin
          a base class for GraphMousePlugin instances.
AbstractModalGraphMouse
          AbstractModalGraphMouse is a PluggableGraphMouse class that manages a collection of plugins for picking and transforming the graph.
AbstractPopupGraphMousePlugin
           
AnimatedPickingGraphMousePlugin
          AnimatedPickingGraphMousePlugin supports the picking of one Graph Vertex.
CrossoverScalingControl
          A scaling control that has a crossover point.
DefaultModalGraphMouse
          DefaultModalGraphMouse is a PluggableGraphMouse class that pre-installs a large collection of plugins for picking and transforming the graph.
GraphMousePlugin
          the interface for all plugins to the PluggableGraphMouse
LensMagnificationGraphMousePlugin
          HyperbolicMagnificationGraphMousePlugin changes the magnification within the Hyperbolic projection of the HyperbolicTransformer.
ModalGraphMouse
          Interface for a GraphMouse that supports modality.
ModalGraphMouse.Mode
          The Mode class implements the typesafe enum pattern.
PluggableGraphMouse
          a GraphMouse that accepts plugins for various mouse events.
RotatingGraphMousePlugin
          RotatingGraphMouse provides the abiity to rotate the graph using the mouse.
ScalingControl
           
ScalingGraphMousePlugin
          ScalingGraphMouse applies a scaling transformation to the graph layout.
ShearingGraphMousePlugin
          ShearingGraphMousePlugin allows the user to drag with the mouse to shear the transform either in the horizontal or vertical direction.
TranslatingGraphMousePlugin
          TranslatingGraphMousePlugin uses a MouseButtonOne press and drag gesture to translate the graph display in the x and y direction.
 

Classes in edu.uci.ics.jung.visualization.control used by edu.uci.ics.jung.visualization.transform
ModalGraphMouse
          Interface for a GraphMouse that supports modality.
 

Classes in edu.uci.ics.jung.visualization.control used by edu.uci.ics.jung.visualization.transform.shape
ModalGraphMouse
          Interface for a GraphMouse that supports modality.
 

Classes in edu.uci.ics.jung.visualization.control used by samples.graph
AbstractGraphMousePlugin
          a base class for GraphMousePlugin instances.
AbstractPopupGraphMousePlugin
           
DefaultModalGraphMouse
          DefaultModalGraphMouse is a PluggableGraphMouse class that pre-installs a large collection of plugins for picking and transforming the graph.
GraphMousePlugin
          the interface for all plugins to the PluggableGraphMouse