Package org.jungrapht.visualization.transform
Visualization mechanisms related to transformations, including lens effects.
-
Interface Summary Interface Description BidirectionalTransformer Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.LensSupport<M extends LensGraphMouse> basic API for implementing lens projection supportLensSupport.Builder<M extends LensGraphMouse,B extends LensSupport.Builder<M,B>> MutableTransformer Provides an API for the mutation of a Function and for adding listeners for changes on the Function -
Class Summary Class Description AbstractLensSupport<V,E,M extends LensGraphMouse> A class to make it easy to add an examining lens to a jungrapht graph application.AbstractLensSupport.Builder<V,E,M extends LensGraphMouse,T extends AbstractLensSupport<V,E,M>,B extends AbstractLensSupport.Builder<V,E,M,T,B>> AbstractLensSupport.LensControls the background for the hyperbolic projectionAbstractLensSupport.LensPaintable the background for the hyperbolic projectionAffineTransformer Provides methods to map points from one coordinate system to another, by delegating to a wrapped AffineTransform (uniform) and its inverse.HyperbolicTransformer 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 or the boundaries of a rectangleHyperbolicTransformer.Builder<T extends HyperbolicTransformer,B extends HyperbolicTransformer.Builder<T,B>> Intersections LayoutLensSupport<V,E,M extends LensGraphMouse> A class to make it easy to add an examining lens to a jungrapht graph application.LayoutLensSupport.Builder<V,E,M extends LensGraphMouse,T extends LayoutLensSupport<V,E,M>,B extends LayoutLensSupport.Builder<V,E,M,T,B>> Lens Provides a magnification area (elliptical or rectangular) in a visualizationLens.Builder builds a with a provided shape and initial magnificationLensManager<T extends LensSupport> LensTransformer 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.LensTransformer.Builder<T extends LensTransformer,B extends LensTransformer.Builder<T,B>> MagnifyTransformer MagnifyTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.MagnifyTransformer.Builder<T extends MagnifyTransformer,B extends MagnifyTransformer.Builder<T,B>> MutableAffineTransformer Provides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system to another.MutableTransformerDecorator a complete decorator that wraps a MutableTransformer.MutableTransformerDecorator.Builder<T extends LensTransformer,B extends MutableTransformerDecorator.Builder<T,B>> -
Enum Summary Enum Description Lens.Shape supported lens shapes are Ellipse and Rectangle