Uses of Interface
edu.uci.ics.jung.visualization.transform.shape.ShapeTransformer
Packages that use ShapeTransformer
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 ShapeTransformer in edu.uci.ics.jung.visualization
Subinterfaces of ShapeTransformer in edu.uci.ics.jung.visualizationClasses in edu.uci.ics.jung.visualization that implement ShapeTransformerModifier and TypeClassDescriptionclassA basic implementation of the MultiLayerTransformer interface that provides two Layers: VIEW and LAYOUT. -
Uses of ShapeTransformer in edu.uci.ics.jung.visualization.transform
Subinterfaces of ShapeTransformer in edu.uci.ics.jung.visualization.transformModifier and TypeInterfaceDescriptioninterfaceProvides 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 ShapeTransformerModifier and TypeClassDescriptionclassProvides methods to map points from one coordinate system to another, by delegating to a wrapped AffineTransform (uniform) and its inverse.classHyperbolicTransformer 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.classLensTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a projection of the graph points within an elliptical lens.classMagnifyTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.classProvides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system to another.classa complete decorator that wraps a MutableTransformer. -
Uses of ShapeTransformer in edu.uci.ics.jung.visualization.transform.shape
Subinterfaces of ShapeTransformer in edu.uci.ics.jung.visualization.transform.shapeModifier and TypeInterfaceDescriptioninterfaceProvides 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 ShapeTransformerModifier and TypeClassDescriptionclassHyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer.classMagnifyShapeTransformer extends MagnifyTransformer and adds implementations for methods in ShapeTransformer.