Uses of Class
org.jungrapht.visualization.transform.LensTransformer
-
Packages that use LensTransformer Package Description 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. -
-
Uses of LensTransformer in org.jungrapht.visualization.transform
Classes in org.jungrapht.visualization.transform with type parameters of type LensTransformer Modifier and Type Class Description static class
LensTransformer.Builder<T extends LensTransformer,B extends LensTransformer.Builder<T,B>>
static class
MutableTransformerDecorator.Builder<T extends LensTransformer,B extends MutableTransformerDecorator.Builder<T,B>>
Subclasses of LensTransformer in org.jungrapht.visualization.transform Modifier and Type Class 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 or the boundaries of a rectangleclass
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 org.jungrapht.visualization.transform declared as LensTransformer Modifier and Type Field Description protected LensTransformer
AbstractLensSupport.Builder. lensTransformer
protected LensTransformer
AbstractLensSupport. lensTransformer
Methods in org.jungrapht.visualization.transform that return LensTransformer Modifier and Type Method Description LensTransformer
AbstractLensSupport. getLensTransformer()
LensTransformer
LensSupport. getLensTransformer()
Methods in org.jungrapht.visualization.transform with parameters of type LensTransformer Modifier and Type Method Description B
AbstractLensSupport.Builder. lensTransformer(LensTransformer lensTransformer)
Constructors in org.jungrapht.visualization.transform with parameters of type LensTransformer Constructor Description LayoutLensSupport(VisualizationViewer<V,E> vv, LensTransformer lensTransformer, M lensGraphMouse)
Create an instance with the specified parameters.LensControls(LensTransformer lensTransformer)
LensPaintable(LensTransformer lensTransformer)
LensPaintable(LensTransformer lensTransformer, boolean useGradient)
-
Uses of LensTransformer in org.jungrapht.visualization.transform.shape
Subclasses of LensTransformer in org.jungrapht.visualization.transform.shape Modifier and Type Class Description 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 org.jungrapht.visualization.transform.shape with parameters of type LensTransformer Constructor Description MagnifyImageLensSupport(VisualizationViewer<V,E> vv, LensTransformer lensTransformer, M lensGraphMouse)
ViewLensSupport(VisualizationViewer<V,E> vv, LensTransformer lensTransformer, M lensGraphMouse)
-