Uses of Interface
org.jungrapht.visualization.MultiLayerTransformer
-
Packages that use MultiLayerTransformer Package Description org.jungrapht.visualization Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.org.jungrapht.visualization.annotations Classes which support creating visual annotations for graphs.org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins. -
-
Uses of MultiLayerTransformer in org.jungrapht.visualization
Classes in org.jungrapht.visualization that implement MultiLayerTransformer Modifier and Type Class Description class
DefaultTransformer
A basic implementation of the MultiLayerTransformer interface that provides two Layers: VIEW and LAYOUT.Fields in org.jungrapht.visualization declared as MultiLayerTransformer Modifier and Type Field Description protected MultiLayerTransformer
DefaultRenderContext. multiLayerTransformer
Methods in org.jungrapht.visualization that return MultiLayerTransformer Modifier and Type Method Description MultiLayerTransformer
DefaultRenderContext. getMultiLayerTransformer()
MultiLayerTransformer
RenderContext. getMultiLayerTransformer()
Methods in org.jungrapht.visualization with parameters of type MultiLayerTransformer Modifier and Type Method Description void
DefaultRenderContext. setMultiLayerTransformer(MultiLayerTransformer basicTransformer)
void
RenderContext. setMultiLayerTransformer(MultiLayerTransformer basicTransformer)
-
Uses of MultiLayerTransformer in org.jungrapht.visualization.annotations
Fields in org.jungrapht.visualization.annotations declared as MultiLayerTransformer Modifier and Type Field Description protected MultiLayerTransformer
AnnotatingGraphMousePlugin. basicTransformer
holds rendering transformsprotected MultiLayerTransformer
AnnotatingModalGraphMouse. basicTransformer
Fields in org.jungrapht.visualization.annotations with type parameters of type MultiLayerTransformer Modifier and Type Field Description protected Supplier<MultiLayerTransformer>
AnnotatingModalGraphMouse.Builder. multiLayerTransformerSupplier
Method parameters in org.jungrapht.visualization.annotations with type arguments of type MultiLayerTransformer Modifier and Type Method Description B
AnnotatingModalGraphMouse.Builder. multiLayerTransformerSupplier(Supplier<MultiLayerTransformer> multiLayerTransformerSupplier)
-
Uses of MultiLayerTransformer in org.jungrapht.visualization.control
Fields in org.jungrapht.visualization.control declared as MultiLayerTransformer Modifier and Type Field Description protected MultiLayerTransformer
EditingModalGraphMouse. basicTransformer
Fields in org.jungrapht.visualization.control with type parameters of type MultiLayerTransformer Modifier and Type Field Description protected Supplier<MultiLayerTransformer>
EditingModalGraphMouse.Builder. multiLayerTransformerSupplier
protected Supplier<MultiLayerTransformer>
EditingModalGraphMouse. multiLayerTransformerSupplier
Methods in org.jungrapht.visualization.control with parameters of type MultiLayerTransformer Modifier and Type Method Description protected void
RegionSelectingGraphMousePlugin. updatePickingTargets(VisualizationViewer vv, MultiLayerTransformer multiLayerTransformer, Point2D down, Point2D out)
override to consider Lens effectsMethod parameters in org.jungrapht.visualization.control with type arguments of type MultiLayerTransformer Modifier and Type Method Description B
EditingModalGraphMouse.Builder. multiLayerTransformerSupplier(Supplier<MultiLayerTransformer> multiLayerTransformerSupplier)
-