| Package | Description |
|---|---|
| graph.layout.organic |
Layouters which call different organic layout algorithms.
|
| graph.layout.tree |
Layouters which call different tree drawing algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JGraphFastorganicLayouter<V extends Vertex,E extends Edge<V>>
Layouter which uses JGraphX's fast organic layout
|
class |
JGraphHierarchicalLayouter<V extends Vertex,E extends Edge<V>>
Layouter which uses JGraphX's hierarchical layout
|
class |
JGraphOrganicLayouter<V extends Vertex,E extends Edge<V>>
Layouter which uses JGraphX's organic layout
|
| Modifier and Type | Class and Description |
|---|---|
class |
JGraphCompactTreeLayout<V extends Vertex,E extends Edge<V>>
A layouter which creates a drawing of a graph using JGraphX's compact tree algorithm
|