Uses of Interface
edu.uci.ics.jung.visualization.transform.shape.ShapeTransformer

Packages that use ShapeTransformer
edu.uci.ics.jung.visualization.transform   
edu.uci.ics.jung.visualization.transform.shape   
 

Uses of ShapeTransformer in edu.uci.ics.jung.visualization.transform
 

Subinterfaces of ShapeTransformer in edu.uci.ics.jung.visualization.transform
 interface MutableTransformer
          Provides an API for the mutation of a transformer and for adding listeners for changes on the transformer
 

Classes in edu.uci.ics.jung.visualization.transform that implement ShapeTransformer
 class AffineTransformer
          Provides methods to map points from one coordinate system to another, by delegating to a wrapped AffineTransform (uniform) and its inverse.
 class 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.
 class 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.
 class MagnifyTransformer
          MagnifyTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.
 class MutableAffineTransformer
          Provides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system to another.
 class MutableTransformerDecorator
          a complete decorator that wraps a MutableTransformer.
 

Uses of ShapeTransformer in edu.uci.ics.jung.visualization.transform.shape
 

Classes in edu.uci.ics.jung.visualization.transform.shape that implement ShapeTransformer
 class HyperbolicShapeTransformer
          HyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeTransformer.
 class MagnifyShapeTransformer
          MagnifyShapeTransformer extends MagnifyTransformer and adds implementations for methods in ShapeTransformer.