Uses of Package
org.jungrapht.visualization.transform
-
Packages that use org.jungrapht.visualization.transform Package Description org.jungrapht.samples.util Sample applications utilitiesorg.jungrapht.visualization Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.org.jungrapht.visualization.annotations Classes which support creating visual annotations for graphs.org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins.org.jungrapht.visualization.transform Visualization mechanisms related to transformations, including lens effects.org.jungrapht.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes. -
Classes in org.jungrapht.visualization.transform used by org.jungrapht.samples.util Class Description LensSupport basic API for implementing lens projection support -
Classes in org.jungrapht.visualization.transform used by org.jungrapht.visualization Class Description BidirectionalTransformer Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.MutableTransformer Provides an API for the mutation of a Function and for adding listeners for changes on the Function -
Classes in org.jungrapht.visualization.transform used by org.jungrapht.visualization.annotations Class Description AffineTransformer Provides methods to map points from one coordinate system to another, by delegating to a wrapped AffineTransform (uniform) and its inverse. -
Classes in org.jungrapht.visualization.transform used by org.jungrapht.visualization.control Class Description AffineTransformer Provides methods to map points from one coordinate system to another, by delegating to a wrapped AffineTransform (uniform) and its inverse.BidirectionalTransformer Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.MutableAffineTransformer Provides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system to another.MutableTransformer Provides an API for the mutation of a Function and for adding listeners for changes on the Function -
Classes in org.jungrapht.visualization.transform used by org.jungrapht.visualization.transform Class Description AbstractLensSupport A class to make it easy to add an examining lens to a jungrapht graph application.AbstractLensSupport.Builder 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.BidirectionalTransformer Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.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 LayoutLensSupport A class to make it easy to add an examining lens to a jungrapht graph application.LayoutLensSupport.Builder Lens Provides a magnification area (elliptical or rectangular) in a visualizationLens.Builder builds a with a provided shape and initial magnificationLens.Shape supported lens shapes are Ellipse and RectangleLensSupport basic API for implementing lens projection supportLensSupport.Builder 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 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 MutableTransformer Provides an API for the mutation of a Function and for adding listeners for changes on the FunctionMutableTransformerDecorator a complete decorator that wraps a MutableTransformer.MutableTransformerDecorator.Builder -
Classes in org.jungrapht.visualization.transform used by org.jungrapht.visualization.transform.shape Class Description AbstractLensSupport A class to make it easy to add an examining lens to a jungrapht graph application.AbstractLensSupport.Builder BidirectionalTransformer Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.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 Lens Provides a magnification area (elliptical or rectangular) in a visualizationLensSupport basic API for implementing lens projection supportLensSupport.Builder 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 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 MutableTransformer Provides an API for the mutation of a Function and for adding listeners for changes on the FunctionMutableTransformerDecorator a complete decorator that wraps a MutableTransformer.MutableTransformerDecorator.Builder