Uses of Interface
edu.uci.ics.jung.visualization.transform.BidirectionalTransformer

Packages that use BidirectionalTransformer
edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT. 
edu.uci.ics.jung.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements. 
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. 
 

Uses of BidirectionalTransformer in edu.uci.ics.jung.visualization
 

Subinterfaces of BidirectionalTransformer in edu.uci.ics.jung.visualization
 interface MultiLayerTransformer
           
 

Classes in edu.uci.ics.jung.visualization that implement BidirectionalTransformer
 class BasicTransformer
          A basic implementation of the MultiLayerTransformer interface that provides two Layers: VIEW and LAYOUT.
 

Uses of BidirectionalTransformer in edu.uci.ics.jung.visualization.decorators
 

Fields in edu.uci.ics.jung.visualization.decorators declared as BidirectionalTransformer
protected  BidirectionalTransformer GradientEdgePaintTransformer.transformer
           
 

Uses of BidirectionalTransformer in edu.uci.ics.jung.visualization.jai
 

Classes in edu.uci.ics.jung.visualization.jai that implement BidirectionalTransformer
 class PerspectiveShapeTransformer
          PerspectiveShapeTransformer extends PerspectiveTransformer and adds implementations for methods in ShapeTransformer.
 class PerspectiveTransformer
          PerspectiveTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a perspective projection of the graph points.
 

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

Subinterfaces of BidirectionalTransformer 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 BidirectionalTransformer
 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 BidirectionalTransformer in edu.uci.ics.jung.visualization.transform.shape
 

Subinterfaces of BidirectionalTransformer in edu.uci.ics.jung.visualization.transform.shape
 interface ShapeFlatnessTransformer
          Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
 interface ShapeTransformer
          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.shape that implement BidirectionalTransformer
 class HyperbolicShapeTransformer
          HyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer.
 class MagnifyShapeTransformer
          MagnifyShapeTransformer extends MagnifyTransformer and adds implementations for methods in ShapeTransformer.
 

Fields in edu.uci.ics.jung.visualization.transform.shape declared as BidirectionalTransformer
protected  BidirectionalTransformer TransformingGraphics.transformer
          the transformer to apply
 

Methods in edu.uci.ics.jung.visualization.transform.shape that return BidirectionalTransformer
 BidirectionalTransformer TransformingGraphics.getTransformer()
           
 

Methods in edu.uci.ics.jung.visualization.transform.shape with parameters of type BidirectionalTransformer
 void TransformingGraphics.setTransformer(BidirectionalTransformer transformer)
           
 

Constructors in edu.uci.ics.jung.visualization.transform.shape with parameters of type BidirectionalTransformer
MagnifyIconGraphics(BidirectionalTransformer transformer)
           
MagnifyIconGraphics(BidirectionalTransformer transformer, Graphics2D delegate)
           
TransformingFlatnessGraphics(BidirectionalTransformer transformer)
           
TransformingFlatnessGraphics(BidirectionalTransformer transformer, Graphics2D delegate)
           
TransformingGraphics(BidirectionalTransformer transformer)
           
TransformingGraphics(BidirectionalTransformer transformer, Graphics2D delegate)
           
 



Copyright © 2009. All Rights Reserved.