| Class | Description |
|---|---|
| CycleRemoval |
This class implements the cycle removal algorithm from G.DiBattista, P.Eades, R.Tamassia, and
I.G.Tollis.
|
| FlowLayoutEdge |
This class implements the edge in internal representation of the diagram graph
for the Flow Layout algorithm.
|
| FlowLayoutGraph |
This class implements the internal representation of the diagram graph
for the Flow Layout algorithm.
|
| FlowLayoutVertex |
This class implements the vertex in internal representation of the diagram graph
for the Flow Layout algorithm.
|
| GraphProcessor |
This class provides methods of processing graphs.
|