Uses of Interface
edu.uci.ics.jung.visualization.transform.BidirectionalTransformer
Packages that use BidirectionalTransformer
Package
Description
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
Mechanisms for associating data (shapes, colors, values, strings, etc.) with
graph elements.
Visualization mechanisms related to transformations, including lens effects.
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.visualizationClasses in edu.uci.ics.jung.visualization that implement BidirectionalTransformerModifier and TypeClassDescriptionclass
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 BidirectionalTransformerModifier and TypeFieldDescriptionprotected BidirectionalTransformer
GradientEdgePaintTransformer.transformer
-
Uses of BidirectionalTransformer in edu.uci.ics.jung.visualization.transform
Subinterfaces of BidirectionalTransformer in edu.uci.ics.jung.visualization.transformModifier and TypeInterfaceDescriptioninterface
Provides an API for the mutation of a Function and for adding listeners for changes on the FunctionClasses in edu.uci.ics.jung.visualization.transform that implement BidirectionalTransformerModifier and TypeClassDescriptionclass
Provides methods to map points from one coordinate system to another, by delegating to a wrapped AffineTransform (uniform) and its inverse.class
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 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 wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.class
Provides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system to another.class
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.shapeModifier and TypeInterfaceDescriptioninterface
Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.interface
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 BidirectionalTransformerModifier and TypeClassDescriptionclass
HyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer.class
MagnifyShapeTransformer extends MagnifyTransformer and adds implementations for methods in ShapeTransformer.Fields in edu.uci.ics.jung.visualization.transform.shape declared as BidirectionalTransformerModifier and TypeFieldDescriptionprotected BidirectionalTransformer
TransformingGraphics.transformer
the Function to applyMethods in edu.uci.ics.jung.visualization.transform.shape that return BidirectionalTransformerMethods in edu.uci.ics.jung.visualization.transform.shape with parameters of type BidirectionalTransformerModifier and TypeMethodDescriptionvoid
TransformingGraphics.setTransformer
(BidirectionalTransformer Function) Constructors in edu.uci.ics.jung.visualization.transform.shape with parameters of type BidirectionalTransformerModifierConstructorDescriptionMagnifyIconGraphics
(BidirectionalTransformer transformer) MagnifyIconGraphics
(BidirectionalTransformer Function, Graphics2D delegate) TransformingFlatnessGraphics
(BidirectionalTransformer transformer) TransformingFlatnessGraphics
(BidirectionalTransformer transformer, Graphics2D delegate) TransformingGraphics
(BidirectionalTransformer transformer) TransformingGraphics
(BidirectionalTransformer Function, Graphics2D delegate)