Uses of Package
edu.uci.ics.jung.visualization.transform
Packages that use edu.uci.ics.jung.visualization.transform
Package
Description
Sample applications created using JUNG, largely focused on visualization.
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
Classes which support creating visual annotations for graphs.
Mechanisms for manipulating and controlling a graph visualization, largely
in terms of mouse plugins.
Mechanisms for associating data (shapes, colors, values, strings, etc.) with
graph elements.
Visualization mechanisms related to transformations, including lens effects.
Visualization mechanisms related to transformation of graph element shapes.
-
Classes in edu.uci.ics.jung.visualization.transform used by edu.uci.ics.jung.samplesClassDescriptionbasic API for implementing lens projection supportProvides an API for the mutation of a Function and for adding listeners for changes on the Function
-
Classes in edu.uci.ics.jung.visualization.transform used by edu.uci.ics.jung.visualizationClassDescriptionProvides methods to map points from one coordinate system to another: graph to screen and screen to graph.Provides an API for the mutation of a Function and for adding listeners for changes on the Function
-
Classes in edu.uci.ics.jung.visualization.transform used by edu.uci.ics.jung.visualization.annotationsClassDescriptionProvides methods to map points from one coordinate system to another, by delegating to a wrapped AffineTransform (uniform) and its inverse.
-
Classes in edu.uci.ics.jung.visualization.transform used by edu.uci.ics.jung.visualization.controlClassDescriptionProvides an API for the mutation of a Function and for adding listeners for changes on the Function
-
Classes in edu.uci.ics.jung.visualization.transform used by edu.uci.ics.jung.visualization.decoratorsClassDescriptionProvides 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 used by edu.uci.ics.jung.visualization.transformClassDescriptionA class to make it easy to add an examining lens to a jung graph application.the background for the hyperbolic projectionthe background for the hyperbolic projectionProvides methods to map points from one coordinate system to another, by delegating to a wrapped AffineTransform (uniform) and its inverse.Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.basic API for implementing lens projection supportLensTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a projection of the graph points within an elliptical lens.Provides an API for the mutation of a Function and for adding listeners for changes on the Functiona complete decorator that wraps a MutableTransformer.
-
Classes in edu.uci.ics.jung.visualization.transform used by edu.uci.ics.jung.visualization.transform.shapeClassDescriptionA class to make it easy to add an examining lens to a jung graph application.Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.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.basic API for implementing lens projection supportLensTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a projection of the graph points within an elliptical lens.MagnifyTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.Provides an API for the mutation of a Function and for adding listeners for changes on the Functiona complete decorator that wraps a MutableTransformer.