Uses of Class
edu.uci.ics.jung.visualization.transform.LensTransformer
Packages that use LensTransformer
Package
Description
Visualization mechanisms related to transformations, including lens effects.
Visualization mechanisms related to transformation of graph element shapes.
-
Uses of LensTransformer in edu.uci.ics.jung.visualization.transform
Subclasses of LensTransformer in edu.uci.ics.jung.visualization.transformModifier 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
MagnifyTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.Fields in edu.uci.ics.jung.visualization.transform declared as LensTransformerModifier and TypeFieldDescription(package private) LensTransformer
AbstractLensSupport.Lens.lensTransformer
(package private) LensTransformer
AbstractLensSupport.LensControls.lensTransformer
protected LensTransformer
AbstractLensSupport.lensTransformer
Methods in edu.uci.ics.jung.visualization.transform that return LensTransformerModifier and TypeMethodDescriptionAbstractLensSupport.getLensTransformer()
LensSupport.getLensTransformer()
Constructors in edu.uci.ics.jung.visualization.transform with parameters of type LensTransformerModifierConstructorDescriptionLayoutLensSupport
(VisualizationViewer<V, E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse) Create an instance with the specified parameters.Lens
(LensTransformer lensTransformer) LensControls
(LensTransformer lensTransformer) -
Uses of LensTransformer in edu.uci.ics.jung.visualization.transform.shape
Subclasses of LensTransformer in edu.uci.ics.jung.visualization.transform.shapeModifier 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 LensTransformerModifierConstructorDescriptionMagnifyImageLensSupport
(VisualizationViewer<V, E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse) ViewLensSupport
(VisualizationViewer<V, E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse)