- JGraphCompactTreeLayout<V extends Vertex,E extends Edge<V>> - Class in graph.layout.tree
-
A layouter which creates a drawing of a graph using JGraphX's compact tree algorithm
- JGraphCompactTreeLayout() - Constructor for class graph.layout.tree.JGraphCompactTreeLayout
-
- JGraphFastorganicLayouter<V extends Vertex,E extends Edge<V>> - Class in graph.layout.organic
-
Layouter which uses JGraphX's fast organic layout
- JGraphFastorganicLayouter() - Constructor for class graph.layout.organic.JGraphFastorganicLayouter
-
- JGraphHierarchicalLayouter<V extends Vertex,E extends Edge<V>> - Class in graph.layout.organic
-
Layouter which uses JGraphX's hierarchical layout
- JGraphHierarchicalLayouter() - Constructor for class graph.layout.organic.JGraphHierarchicalLayouter
-
- JGraphOrganicLayouter<V extends Vertex,E extends Edge<V>> - Class in graph.layout.organic
-
Layouter which uses JGraphX's organic layout
- JGraphOrganicLayouter() - Constructor for class graph.layout.organic.JGraphOrganicLayouter
-
- JohnsonSimpleCycles<V extends Vertex,E extends Edge<V>> - Class in graph.algorithm.cycles
-
Find all simple cycles of a directed graph using the Johnson's
algorithm.
- JohnsonSimpleCycles() - Constructor for class graph.algorithm.cycles.JohnsonSimpleCycles
-
Create a simple cycle finder with an unspecified graph.
- JohnsonSimpleCycles(Graph<V, E>, boolean) - Constructor for class graph.algorithm.cycles.JohnsonSimpleCycles
-
Create a simple cycle finder for the specified graph.
- JohnsonSimpleCycles(Graph<V, E>) - Constructor for class graph.algorithm.cycles.JohnsonSimpleCycles
-
- JungISOMLayouter<V extends Vertex,E extends Edge<V>> - Class in graph.layout.organic
-
Layouter which uses JUNG grapmework's ISOM layout
- JungISOMLayouter() - Constructor for class graph.layout.organic.JungISOMLayouter
-
- JungTreeLayouter<V extends Vertex,E extends Edge<V>> - Class in graph.layout.tree
-
A layouter which creates a drawing of a graph using JUNG franework's tree algorithm
- JungTreeLayouter() - Constructor for class graph.layout.tree.JungTreeLayouter
-