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

Packages that use edu.uci.ics.jung.visualization.transform
edu.uci.ics.jung.graph.decorators Provides mechanisms for annotating nodes consistently with useful information. 
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.transform used by edu.uci.ics.jung.graph.decorators
LayoutTransformer
          Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
 

Classes in edu.uci.ics.jung.visualization.transform used by edu.uci.ics.jung.visualization
LayoutTransformer
          Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
MutableTransformer
          Provides an API for the mutation of a transformer and for adding listeners for changes on the transformer
Transformer
          Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
ViewTransformer
          Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
 

Classes in edu.uci.ics.jung.visualization.transform used by edu.uci.ics.jung.visualization.control
LayoutTransformer
          Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
Transformer
          Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
ViewTransformer
          Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
 

Classes in edu.uci.ics.jung.visualization.transform used by edu.uci.ics.jung.visualization.transform
AbstractLensSupport
          A class to make it easy to add an examining lens to a jung graph application.
AbstractLensSupport.Lens
          the background for the hyperbolic projection
AbstractLensSupport.LensControls
          the background for the hyperbolic projection
AffineTransformer
          Provides methods to map points from one coordinate system to another, by delegating to a wrapped AffineTransform (uniform) and its inverse.
LensSupport
          basic API for implementing lens projection support
LensTransformer
          LensTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a projection of the graph points within an elliptical lens.
LensTransformer.PolarPoint
          a convenience class to represent a point in polar coordinates
MutableTransformer
          Provides an API for the mutation of a transformer and for adding listeners for changes on the transformer
MutableTransformerDecorator
          a complete decorator that wraps a MutableTransformer.
Transformer
          Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
 

Classes in edu.uci.ics.jung.visualization.transform used by edu.uci.ics.jung.visualization.transform.shape
AbstractLensSupport
          A class to make it easy to add an examining lens to a jung graph application.
HyperbolicTransformer
          HyperbolicTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a fisheye projection of the graph points, with points near the center spread out and points near the edges collapsed onto the circumference of an ellipse.
LensSupport
          basic API for implementing lens projection support
LensTransformer
          LensTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a projection of the graph points within an elliptical lens.
MagnifyTransformer
          MagnifyTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.
MutableTransformer
          Provides an API for the mutation of a transformer and for adding listeners for changes on the transformer
MutableTransformerDecorator
          a complete decorator that wraps a MutableTransformer.
Transformer
          Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
 

Classes in edu.uci.ics.jung.visualization.transform used by samples.graph
LayoutTransformer
          Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
Transformer
          Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.