Uses of Class
edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
-
Packages that use MutableTransformerDecorator Package Description 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 MutableTransformerDecorator in edu.uci.ics.jung.visualization.transform
Subclasses of MutableTransformerDecorator in edu.uci.ics.jung.visualization.transform 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. -
Uses of MutableTransformerDecorator in edu.uci.ics.jung.visualization.transform.shape
Subclasses of MutableTransformerDecorator in edu.uci.ics.jung.visualization.transform.shape 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.
-