Uses of Interface
edu.uci.ics.jung.visualization.transform.MutableTransformer
Packages that use MutableTransformer
Package
Description
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
Visualization mechanisms related to transformations, including lens effects.
Visualization mechanisms related to transformation of graph element shapes.
-
Uses of MutableTransformer in edu.uci.ics.jung.visualization
Fields in edu.uci.ics.jung.visualization declared as MutableTransformerModifier and TypeFieldDescriptionprotected MutableTransformer
BasicTransformer.layoutTransformer
protected MutableTransformer
BasicTransformer.viewTransformer
Methods in edu.uci.ics.jung.visualization that return MutableTransformerModifier and TypeMethodDescriptionprotected MutableTransformer
BasicTransformer.getLayoutTransformer()
BasicTransformer.getTransformer
(Layer layer) MultiLayerTransformer.getTransformer
(Layer layer) protected MutableTransformer
BasicTransformer.getViewTransformer()
Methods in edu.uci.ics.jung.visualization with parameters of type MutableTransformerModifier and TypeMethodDescriptionprotected void
BasicTransformer.setLayoutTransformer
(MutableTransformer Function) void
BasicTransformer.setTransformer
(Layer layer, MutableTransformer Function) void
MultiLayerTransformer.setTransformer
(Layer layer, MutableTransformer Function) protected void
BasicTransformer.setViewTransformer
(MutableTransformer Function) -
Uses of MutableTransformer in edu.uci.ics.jung.visualization.transform
Classes in edu.uci.ics.jung.visualization.transform that implement MutableTransformerModifier and TypeClassDescriptionclass
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.Fields in edu.uci.ics.jung.visualization.transform declared as MutableTransformerModifier and TypeFieldDescriptionprotected MutableTransformer
MutableTransformerDecorator.delegate
Methods in edu.uci.ics.jung.visualization.transform that return MutableTransformerMethods in edu.uci.ics.jung.visualization.transform with parameters of type MutableTransformerModifier and TypeMethodDescriptionvoid
MutableTransformerDecorator.setDelegate
(MutableTransformer delegate) Constructors in edu.uci.ics.jung.visualization.transform with parameters of type MutableTransformerModifierConstructorDescriptionHyperbolicTransformer
(Component component, MutableTransformer delegate) Create an instance with a possibly shared transform.LensTransformer
(Component component, MutableTransformer delegate) Create an instance with a possibly shared transform.MagnifyTransformer
(Component component, MutableTransformer delegate) Create an instance with a possibly shared transform. -
Uses of MutableTransformer in edu.uci.ics.jung.visualization.transform.shape
Classes in edu.uci.ics.jung.visualization.transform.shape that implement MutableTransformerModifier and TypeClassDescriptionclass
HyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer.class
MagnifyShapeTransformer extends MagnifyTransformer and adds implementations for methods in ShapeTransformer.Constructors in edu.uci.ics.jung.visualization.transform.shape with parameters of type MutableTransformerModifierConstructorDescriptionHyperbolicShapeTransformer
(Component component, MutableTransformer delegate) Create an instance, setting values from the passed component and registering to listen for size changes on the component, with a possibly shared transformdelegate
.MagnifyShapeTransformer
(Component component, MutableTransformer delegate) Create an instance, setting values from the passed component and registering to listen for size changes on the component, with a possibly shared transformdelegate
.