| Package | Description |
|---|---|
| graph.layout.straight.line |
Layouters which call different straight-line graph drawing algorithms.
|
| graph.layout.symmetric |
Layouters which call different symmetric graph drawing algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TutteLayouter<V extends Vertex,E extends Edge<V>>
A layouter which creates a drawing of the graph using Tutte's embedding
|
| Modifier and Type | Class and Description |
|---|---|
class |
SymmetricCircleLayouter<V extends Vertex,E extends Edge<V>>
Layouter which creates a drawing of a graph using Carr and Kocay's symmetric
circular algorithm
|