Package ghidra.graph.viewer.layout
Class JungLayout<V extends VisualVertex,E extends VisualEdge<V>>
java.lang.Object
ghidra.graph.viewer.layout.JungWrappingVisualGraphLayoutAdapter<V,E>
ghidra.graph.viewer.layout.JungLayout<V,E>
- Type Parameters:
V
- the vertex typeE
- the edge type
- All Implemented Interfaces:
com.google.common.base.Function<V,
,Point2D> edu.uci.ics.jung.algorithms.layout.Layout<V,
,E> VisualGraphLayout<V,
,E> Function<V,
Point2D>
public class JungLayout<V extends VisualVertex,E extends VisualEdge<V>>
extends JungWrappingVisualGraphLayoutAdapter<V,E>
-
Field Summary
Fields inherited from class ghidra.graph.viewer.layout.JungWrappingVisualGraphLayoutAdapter
delegate
-
Constructor Summary
-
Method Summary
Methods inherited from class ghidra.graph.viewer.layout.JungWrappingVisualGraphLayoutAdapter
addLayoutListener, apply, calculateLocations, cloneLayout, dispose, getEdgeLabelRenderer, getEdgeRenderer, getEdgeShapeTransformer, getGraph, getSize, getVisualGraph, initialize, isLocked, lock, removeLayoutListener, reset, setGraph, setInitializer, setLocation, setLocation, setSize, usesEdgeArticulations
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
JungLayout
-
-
Method Details
-
cloneJungLayout
- Overrides:
cloneJungLayout
in classJungWrappingVisualGraphLayoutAdapter<V extends VisualVertex,
E extends VisualEdge<V>>
-