Uses of Class
org.jungrapht.visualization.MultiLayerTransformer.Layer
-
Packages that use MultiLayerTransformer.Layer Package Description org.jungrapht.visualization Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins. -
-
Uses of MultiLayerTransformer.Layer in org.jungrapht.visualization
Methods in org.jungrapht.visualization that return MultiLayerTransformer.Layer Modifier and Type Method Description static MultiLayerTransformer.Layer
MultiLayerTransformer.Layer. valueOf(String name)
Returns the enum constant of this type with the specified name.static MultiLayerTransformer.Layer[]
MultiLayerTransformer.Layer. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MultiLayerTransformer.Layer in org.jungrapht.visualization.control
Methods in org.jungrapht.visualization.control with parameters of type MultiLayerTransformer.Layer Modifier and Type Method Description Point2D
LensTransformSupport. transform(VisualizationServer<V,E> vv, Point2D p, MultiLayerTransformer.Layer layer)
Shape
LensTransformSupport. transform(VisualizationServer<V,E> vv, Shape shape, MultiLayerTransformer.Layer layer)
Point2D
TransformSupport. transform(VisualizationServer<V,E> vv, Point2D p, MultiLayerTransformer.Layer layer)
Overriden to perform lens effects when transforming from Layout to view.Shape
TransformSupport. transform(VisualizationServer<V,E> vv, Shape shape, MultiLayerTransformer.Layer layer)
Overridden to perform lens effects when transforming from Layout to view.
-