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

Packages that use edu.uci.ics.jung.visualization.control
edu.uci.ics.jung.samples Sample applications created using JUNG, largely focused on visualization. 
edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT. 
edu.uci.ics.jung.visualization.annotations Classes which support creating visual annotations for graphs. 
edu.uci.ics.jung.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins. 
edu.uci.ics.jung.visualization.jai   
edu.uci.ics.jung.visualization.transform Visualization mechanisms related to transformations, including lens effects. 
edu.uci.ics.jung.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes. 
 

Classes in edu.uci.ics.jung.visualization.control used by edu.uci.ics.jung.samples
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
 

Classes in edu.uci.ics.jung.visualization.control used by edu.uci.ics.jung.visualization
GraphMouseListener
          This interface allows users to register listeners to register to receive vertex clicks.
ScalingControl
           
 

Classes in edu.uci.ics.jung.visualization.control used by edu.uci.ics.jung.visualization.annotations
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.
GraphMousePlugin
          the interface for all plugins to the PluggableGraphMouse
ModalGraphMouse
          Interface for a GraphMouse that supports modality.
ModalGraphMouse.Mode
           
PluggableGraphMouse
          a GraphMouse that accepts plugins for various mouse events.
 

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.
EditingGraphMousePlugin
          A plugin that can create vertices, undirected edges, and directed edges using mouse gestures.
EditingPopupGraphMousePlugin
          a plugin that uses popup menus to create vertices, undirected edges, and directed edges.
GraphMouseListener
          This interface allows users to register listeners to register to receive vertex clicks.
GraphMousePlugin
          the interface for all plugins to the PluggableGraphMouse
LabelEditingGraphMousePlugin
           
LensMagnificationGraphMousePlugin
          HyperbolicMagnificationGraphMousePlugin changes the magnification within the Hyperbolic projection of the HyperbolicTransformer.
ModalGraphMouse
          Interface for a GraphMouse that supports modality.
ModalGraphMouse.Mode
           
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.jai
ModalGraphMouse
          Interface for a GraphMouse that supports modality.
 

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.
 



Copyright © 2009. All Rights Reserved.