Class JungLayoutProvider<V extends VisualVertex,E extends VisualEdge<V>,G extends JungDirectedVisualGraph<V,E>>

java.lang.Object
ghidra.graph.viewer.layout.AbstractLayoutProvider<V,E,G>
ghidra.graph.viewer.layout.JungLayoutProvider<V,E,G>
Type Parameters:
V - the vertex type
E - the edge type
G - the graph type
All Implemented Interfaces:
LayoutProvider<V,E,G>, LayoutProviderExtensionPoint<V,E,G>, ExtensionPoint

public abstract class JungLayoutProvider<V extends VisualVertex,E extends VisualEdge<V>,G extends JungDirectedVisualGraph<V,E>> extends AbstractLayoutProvider<V,E,G>
A layout provider that works on JungDirectedVisualGraphs. This class allows the Jung layouts to be used where VisualGraphs are used.