Uses of Interface
edu.uci.ics.jung.visualization.MultiLayerTransformer
-
Packages that use MultiLayerTransformer Package Description edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.edu.uci.ics.jung.visualization.annotations Classes which support creating visual annotations for graphs.edu.uci.ics.jung.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins. -
-
Uses of MultiLayerTransformer in edu.uci.ics.jung.visualization
Classes in edu.uci.ics.jung.visualization that implement MultiLayerTransformer Modifier and Type Class Description class
BasicTransformer
A basic implementation of the MultiLayerTransformer interface that provides two Layers: VIEW and LAYOUT.Fields in edu.uci.ics.jung.visualization declared as MultiLayerTransformer Modifier and Type Field Description protected MultiLayerTransformer
PluggableRenderContext. multiLayerTransformer
Methods in edu.uci.ics.jung.visualization that return MultiLayerTransformer Modifier and Type Method Description MultiLayerTransformer
PluggableRenderContext. getMultiLayerTransformer()
MultiLayerTransformer
RenderContext. getMultiLayerTransformer()
Methods in edu.uci.ics.jung.visualization with parameters of type MultiLayerTransformer Modifier and Type Method Description void
PluggableRenderContext. setMultiLayerTransformer(MultiLayerTransformer basicTransformer)
void
RenderContext. setMultiLayerTransformer(MultiLayerTransformer basicTransformer)
-
Uses of MultiLayerTransformer in edu.uci.ics.jung.visualization.annotations
Fields in edu.uci.ics.jung.visualization.annotations declared as MultiLayerTransformer Modifier and Type Field Description protected MultiLayerTransformer
AnnotatingGraphMousePlugin. basicTransformer
holds rendering transformsprotected MultiLayerTransformer
AnnotatingModalGraphMouse. basicTransformer
-
Uses of MultiLayerTransformer in edu.uci.ics.jung.visualization.control
Fields in edu.uci.ics.jung.visualization.control declared as MultiLayerTransformer Modifier and Type Field Description protected MultiLayerTransformer
EditingModalGraphMouse. basicTransformer
-