|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LensTransformer | |
---|---|
edu.uci.ics.jung.visualization.jai | |
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. |
Uses of LensTransformer in edu.uci.ics.jung.visualization.jai |
---|
Constructors in edu.uci.ics.jung.visualization.jai with parameters of type LensTransformer | |
---|---|
HyperbolicImageLensSupport(VisualizationViewer<V,E> vv,
LensTransformer lensTransformer,
ModalGraphMouse lensGraphMouse)
create the base class, setting common members and creating a custom GraphMouse |
Uses of LensTransformer in edu.uci.ics.jung.visualization.transform |
---|
Subclasses of LensTransformer in edu.uci.ics.jung.visualization.transform | |
---|---|
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. |
Fields in edu.uci.ics.jung.visualization.transform declared as LensTransformer | |
---|---|
protected LensTransformer |
AbstractLensSupport.lensTransformer
|
Methods in edu.uci.ics.jung.visualization.transform that return LensTransformer | |
---|---|
LensTransformer |
LensSupport.getLensTransformer()
|
LensTransformer |
AbstractLensSupport.getLensTransformer()
|
Constructors in edu.uci.ics.jung.visualization.transform with parameters of type LensTransformer | |
---|---|
AbstractLensSupport.Lens(LensTransformer lensTransformer)
|
|
AbstractLensSupport.LensControls(LensTransformer lensTransformer)
|
|
LayoutLensSupport(VisualizationViewer<V,E> vv,
LensTransformer lensTransformer,
ModalGraphMouse lensGraphMouse)
create the base class, setting common members and creating a custom GraphMouse |
Uses of LensTransformer in edu.uci.ics.jung.visualization.transform.shape |
---|
Subclasses of LensTransformer in edu.uci.ics.jung.visualization.transform.shape | |
---|---|
class |
HyperbolicShapeTransformer
HyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer. |
class |
MagnifyShapeTransformer
MagnifyShapeTransformer extends MagnifyTransformer and adds implementations for methods in ShapeTransformer. |
Constructors in edu.uci.ics.jung.visualization.transform.shape with parameters of type LensTransformer | |
---|---|
MagnifyImageLensSupport(VisualizationViewer<V,E> vv,
LensTransformer lensTransformer,
ModalGraphMouse lensGraphMouse)
create the base class, setting common members and creating a custom GraphMouse |
|
ViewLensSupport(VisualizationViewer<V,E> vv,
LensTransformer lensTransformer,
ModalGraphMouse lensGraphMouse)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |