Class JungWrappingVisualGraphLayoutAdapter<V extends VisualVertex,E extends VisualEdge<V>>

java.lang.Object
ghidra.graph.viewer.layout.JungWrappingVisualGraphLayoutAdapter<V,E>
Type Parameters:
V - the vertex type
E - 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>
Direct Known Subclasses:
JungLayout

public class JungWrappingVisualGraphLayoutAdapter<V extends VisualVertex,E extends VisualEdge<V>> extends Object implements VisualGraphLayout<V,E>
A wrapper that allows for existing Jung layouts to be used inside of the Visual Graph system.