Uses of Interface
edu.uci.ics.jung.visualization.transform.MutableTransformer
-
Packages that use MutableTransformer Package Description edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.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 MutableTransformer in edu.uci.ics.jung.visualization
Fields in edu.uci.ics.jung.visualization declared as MutableTransformer Modifier and Type Field Description protected MutableTransformerBasicTransformer. layoutTransformerprotected MutableTransformerBasicTransformer. viewTransformerMethods in edu.uci.ics.jung.visualization that return MutableTransformer Modifier and Type Method Description protected MutableTransformerBasicTransformer. getLayoutTransformer()MutableTransformerBasicTransformer. getTransformer(Layer layer)MutableTransformerMultiLayerTransformer. getTransformer(Layer layer)protected MutableTransformerBasicTransformer. getViewTransformer()Methods in edu.uci.ics.jung.visualization with parameters of type MutableTransformer Modifier and Type Method Description protected voidBasicTransformer. setLayoutTransformer(MutableTransformer Function)voidBasicTransformer. setTransformer(Layer layer, MutableTransformer Function)voidMultiLayerTransformer. setTransformer(Layer layer, MutableTransformer Function)protected voidBasicTransformer. setViewTransformer(MutableTransformer Function) -
Uses of MutableTransformer in edu.uci.ics.jung.visualization.transform
Classes in edu.uci.ics.jung.visualization.transform that implement MutableTransformer Modifier and Type Class Description classHyperbolicTransformerHyperbolicTransformer 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.classLensTransformerLensTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a projection of the graph points within an elliptical lens.classMagnifyTransformerMagnifyTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.classMutableAffineTransformerProvides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system to another.classMutableTransformerDecoratora complete decorator that wraps a MutableTransformer.Fields in edu.uci.ics.jung.visualization.transform declared as MutableTransformer Modifier and Type Field Description protected MutableTransformerMutableTransformerDecorator. delegateMethods in edu.uci.ics.jung.visualization.transform that return MutableTransformer Modifier and Type Method Description MutableTransformerMutableTransformerDecorator. getDelegate()Methods in edu.uci.ics.jung.visualization.transform with parameters of type MutableTransformer Modifier and Type Method Description voidMutableTransformerDecorator. setDelegate(MutableTransformer delegate)Constructors in edu.uci.ics.jung.visualization.transform with parameters of type MutableTransformer Constructor Description HyperbolicTransformer(java.awt.Component component, MutableTransformer delegate)Create an instance with a possibly shared transform.LensTransformer(java.awt.Component component, MutableTransformer delegate)Create an instance with a possibly shared transform.MagnifyTransformer(java.awt.Component component, MutableTransformer delegate)Create an instance with a possibly shared transform.MutableTransformerDecorator(MutableTransformer delegate) -
Uses of MutableTransformer in edu.uci.ics.jung.visualization.transform.shape
Classes in edu.uci.ics.jung.visualization.transform.shape that implement MutableTransformer Modifier and Type Class Description classHyperbolicShapeTransformerHyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer.classMagnifyShapeTransformerMagnifyShapeTransformer extends MagnifyTransformer and adds implementations for methods in ShapeTransformer.Constructors in edu.uci.ics.jung.visualization.transform.shape with parameters of type MutableTransformer Constructor Description HyperbolicShapeTransformer(java.awt.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(java.awt.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.
-