| Package | Description |
|---|---|
| edu.uci.ics.jung.visualization.transform | |
| edu.uci.ics.jung.visualization.transform.shape |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
MagnifyTransformer
MagnifyTransformer wraps a MutableAffineTransformer and modifies
the transform and inverseTransform methods so that they create an
enlarging projection of the graph points.
|
| Modifier and Type | Field and Description |
|---|---|
protected LensTransformer |
AbstractLensSupport.lensTransformer |
| Modifier and Type | Method and Description |
|---|---|
LensTransformer |
AbstractLensSupport.getLensTransformer() |
LensTransformer |
LensSupport.getLensTransformer() |
| Constructor and Description |
|---|
AbstractLensSupport.Lens(LensTransformer lensTransformer) |
AbstractLensSupport.LensControls(LensTransformer lensTransformer) |
LayoutLensSupport(VisualizationViewer vv,
LensTransformer lensTransformer,
ModalGraphMouse lensGraphMouse)
create the base class, setting common members and creating
a custom GraphMouse
|
| Modifier and Type | Class and Description |
|---|---|
class |
HyperbolicShapeTransformer
HyperbolicShapeTransformer extends HyperbolicTransformer and
adds implementations for methods in ShapeTransformer.
|
class |
MagnifyShapeTransformer
MagnifyShapeTransformer extends MagnifyTransformer and
adds implementations for methods in ShapeTransformer.
|
| Constructor and Description |
|---|
ViewLensSupport(VisualizationViewer vv,
LensTransformer lensTransformer,
ModalGraphMouse lensGraphMouse) |