Uses of Interface
org.jungrapht.visualization.transform.BidirectionalTransformer
-
Packages that use BidirectionalTransformer Package Description org.jungrapht.visualization Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins.org.jungrapht.visualization.transform Visualization mechanisms related to transformations, including lens effects.org.jungrapht.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes. -
-
Uses of BidirectionalTransformer in org.jungrapht.visualization
Subinterfaces of BidirectionalTransformer in org.jungrapht.visualization Modifier and Type Interface Description interface
MultiLayerTransformer
Classes in org.jungrapht.visualization that implement BidirectionalTransformer Modifier and Type Class Description class
DefaultTransformer
A basic implementation of the MultiLayerTransformer interface that provides two Layers: VIEW and LAYOUT. -
Uses of BidirectionalTransformer in org.jungrapht.visualization.control
Classes in org.jungrapht.visualization.control that implement BidirectionalTransformer Modifier and Type Class Description class
LensTransformSupport<V,E>
class
TransformSupport<V,E>
-
Uses of BidirectionalTransformer in org.jungrapht.visualization.transform
Subinterfaces of BidirectionalTransformer in org.jungrapht.visualization.transform Modifier and Type Interface Description interface
MutableTransformer
Provides an API for the mutation of a Function and for adding listeners for changes on the FunctionClasses in org.jungrapht.visualization.transform that implement BidirectionalTransformer Modifier and Type Class Description 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 or the boundaries of a rectangleclass
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 org.jungrapht.visualization.transform.shape
Subinterfaces of BidirectionalTransformer in org.jungrapht.visualization.transform.shape Modifier and Type Interface Description 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 org.jungrapht.visualization.transform.shape that implement BidirectionalTransformer Modifier and Type Class Description 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 org.jungrapht.visualization.transform.shape declared as BidirectionalTransformer Modifier and Type Field Description protected BidirectionalTransformer
TransformingGraphics. transformer
the Function to applyMethods in org.jungrapht.visualization.transform.shape that return BidirectionalTransformer Modifier and Type Method Description BidirectionalTransformer
TransformingGraphics. getTransformer()
Methods in org.jungrapht.visualization.transform.shape with parameters of type BidirectionalTransformer Modifier and Type Method Description void
TransformingGraphics. setTransformer(BidirectionalTransformer Function)
Constructors in org.jungrapht.visualization.transform.shape with parameters of type BidirectionalTransformer Constructor Description MagnifyIconGraphics(BidirectionalTransformer transformer)
MagnifyIconGraphics(BidirectionalTransformer Function, Graphics2D delegate)
TransformingFlatnessGraphics(BidirectionalTransformer transformer)
TransformingFlatnessGraphics(BidirectionalTransformer transformer, Graphics2D delegate)
TransformingGraphics(BidirectionalTransformer transformer)
TransformingGraphics(BidirectionalTransformer Function, Graphics2D delegate)
-