Uses of Package
edu.uci.ics.jung.algorithms.layout

Packages that use edu.uci.ics.jung.algorithms.layout
edu.uci.ics.jung.algorithms.layout Algorithms for assigning 2D coordinates (typically used for graph visualizations) to vertices. 
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.jai   
edu.uci.ics.jung.visualization.layout Visualization mechanisms related to graph layout: caching, persistence, event-emitting, etc. 
edu.uci.ics.jung.visualization.picking Visualization mechanisms for supporting the selection of graph elements. 
edu.uci.ics.jung.visualization.renderers Visualization mechanisms relating to rendering. 
edu.uci.ics.jung.visualization.subLayout Visualization mechanisms relating to grouping or hiding specified element sets. 
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.algorithms.layout used by edu.uci.ics.jung.algorithms.layout
AbstractLayout
          Abstract class for implementations of Layout.
CircleLayout.CircleVertexData
           
FRLayout.FRVertexData
           
GraphElementAccessor
          Interface for coordinate-based selection of graph components.
ISOMLayout.ISOMVertexData
           
Layout
          A generalized interface is a mechanism for returning (x,y) coordinates from vertices.
PolarPoint
          Represents a point in polar coordinates: distance and angle from the origin.
SpringLayout
          The SpringLayout package represents a visualization of a set of nodes.
SpringLayout.SpringVertexData
           
TreeLayout
           
 

Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.samples
AggregateLayout
          A Layout implementation that combines multiple other layouts so that they may be manipulated as one layout.
 

Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualization
GraphElementAccessor
          Interface for coordinate-based selection of graph components.
Layout
          A generalized interface is a mechanism for returning (x,y) coordinates from vertices.
 

Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualization.jai
GraphElementAccessor
          Interface for coordinate-based selection of graph components.
Layout
          A generalized interface is a mechanism for returning (x,y) coordinates from vertices.
 

Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualization.layout
Layout
          A generalized interface is a mechanism for returning (x,y) coordinates from vertices.
LayoutDecorator
          a pure decorator for the Layout interface.
 

Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualization.picking
GraphElementAccessor
          Interface for coordinate-based selection of graph components.
Layout
          A generalized interface is a mechanism for returning (x,y) coordinates from vertices.
RadiusGraphElementAccessor
          Simple implementation of PickSupport that returns the vertex or edge that is closest to the specified location.
 

Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualization.renderers
Layout
          A generalized interface is a mechanism for returning (x,y) coordinates from vertices.
 

Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualization.subLayout
Layout
          A generalized interface is a mechanism for returning (x,y) coordinates from vertices.
 

Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualization.transform
GraphElementAccessor
          Interface for coordinate-based selection of graph components.
 

Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualization.transform.shape
GraphElementAccessor
          Interface for coordinate-based selection of graph components.
 



Copyright © 2009. All Rights Reserved.