| Package | Description |
|---|---|
| edu.uci.ics.jung.visualization |
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
|
| edu.uci.ics.jung.visualization.annotations |
Classes which support creating visual annotations for graphs.
|
| edu.uci.ics.jung.visualization.decorators |
Mechanisms for associating data (shapes, colors, values, strings, etc.) with
graph elements.
|
| edu.uci.ics.jung.visualization.transform |
Visualization mechanisms related to transformations, including lens effects.
|
| edu.uci.ics.jung.visualization.transform.shape |
Visualization mechanisms related to transformation of graph element shapes.
|
| Class and 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
|
| Class and Description |
|---|
| AffineTransformer
Provides methods to map points from one coordinate system to
another, by delegating to a wrapped AffineTransform (uniform)
and its inverse.
|
| Class and Description |
|---|
| BidirectionalTransformer
Provides methods to map points from one coordinate system to
another: graph to screen and screen to graph.
|
| Class and Description |
|---|
| AbstractLensSupport
A class to make it easy to add an
examining lens to a jung graph application.
|
| AbstractLensSupport.Lens
the background for the hyperbolic projection
|
| AbstractLensSupport.LensControls
the background for the hyperbolic projection
|
| 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.
|
| LensSupport
basic API for implementing lens projection support
|
| 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.
|
| MutableTransformer
Provides an API for the mutation of a Function
and for adding listeners for changes on the Function
|
| MutableTransformerDecorator
a complete decorator that wraps a MutableTransformer.
|
| Class and Description |
|---|
| AbstractLensSupport
A class to make it easy to add an
examining lens to a jung graph application.
|
| 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.
|
| LensSupport
basic API for implementing lens projection support
|
| 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.
|
| MagnifyTransformer
MagnifyTransformer wraps a MutableAffineTransformer and modifies
the transform and inverseTransform methods so that they create an
enlarging projection of the graph points.
|
| MutableTransformer
Provides an API for the mutation of a Function
and for adding listeners for changes on the Function
|
| MutableTransformerDecorator
a complete decorator that wraps a MutableTransformer.
|
Copyright © 2016. All rights reserved.