| EiglspergerRunnable<V,E> |
|
| EiglspergerRunnable.Builder<V,E,T extends EiglspergerRunnable<V,E>,B extends EiglspergerRunnable.Builder<V,E,T,B>> |
a Builder to create a configured instance
|
| EiglspergerSteps<V,E> |
The five steps of the Eiglsperger optimization of the Sugiyama Layout Algorithm
|
| EiglspergerStepsBackward<V,E> |
Initialize for backward sweep (bottom to top)
|
| EiglspergerStepsForward<V,E> |
initialize for forward sweep (top to bottom)
|
| EiglspergerUtil |
|
| HorizontalCompaction<V,E> |
|
| HorizontalCompactionDeprecated<V> |
|
| HorizontalCoordinateAssignment<V,E> |
|
| HorizontalCoordinateAssignmentDeprecated<V,E> |
|
| InsertionOrderSplayTree<T> |
A splay tree for items that are not Comparable.
|
| InsertionOrderSplayTree.Iterator<V> |
|
| InsertionOrderSplayTree.Node<T> |
|
| SyntheticLV<V> |
a vertex that is not in the original graph, but is synthesized in order to position bends in the
articulated edges of the SugiyamaLayoutAlgorithm
|
| Synthetics<V,E> |
|
| VerticalAlignment<V,E> |
|
| VerticalAlignment.LeftmostLower<V,E> |
start at last layer, work upwards looking at successor positions
|
| VerticalAlignment.LeftmostUpper<V,E> |
start at first layer, work down, looking at predecessors
|
| VerticalAlignment.RightmostLower<V,E> |
start at last layer, work up, looking at successors
|
| VerticalAlignment.RightmostUpper<V,E> |
|
| VerticalAlignmentDeprecated<V,E> |
|
| VerticalAlignmentDeprecated.LeftmostLower<V,E> |
start at last layer, work upwards looking at successor positions
|
| VerticalAlignmentDeprecated.LeftmostUpper<V,E> |
start at first layer, work down, looking at predecessors
|
| VerticalAlignmentDeprecated.RightmostLower<V,E> |
start at last layer, work up, looking at successors
|
| VerticalAlignmentDeprecated.RightmostUpper<V,E> |
|
| VirtualEdge<V,E> |
an edge that is not in the original graph, but is synthesized to replace one or more original
graph edges.
|