AccumulatorTree<V,E> |
Accumulator tree for counting edge crossing
|
AccumulatorTreeUtil |
|
AllLevelCross<V,E> |
Counts edge crossing on all levels
|
ArticulatedEdge<V,E> |
|
AverageMedian<V> |
|
BrandesKopf<V,E> |
|
Comparators |
|
GraphLayers |
|
GreedyCycleRemoval<V,E> |
Remove cycles in the graph and place them in a collection of feedback edges.
|
HorizontalCompaction<V> |
|
HorizontalCoordinateAssignment<V,E> |
|
LEI<V,E> |
Implementation of an edge type used for the application of a layered layout algorithm.
Instances of LEI<V,E> replace instances of E during layout
|
LevelCross<V,E> |
Implementation of the LevelCross algorithm
|
LinearTimeMedian |
|
LVI<V> |
Implementation of a vertex type for a layered layout algorithm.
Instances of LVI<V> replace instances of V during layout The LVI<V> holds metadata
information about the position of the vertex in the layered graph.
|
NLogNMedian |
|
RemoveCycles<V,E> |
Early implementation that ignores cycles by removing them from the graph
|
SugiyamaRunnable<V,E> |
|
SugiyamaRunnable.Builder<V,E,T extends SugiyamaRunnable<V,E>,B extends SugiyamaRunnable.Builder<V,E,T,B>> |
a Builder to create a configured instance
|
SyntheticLE<V,E> |
an edge that is not in the original graph, but is synthesized to replace one or more original
graph edges.
|
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> |
|
TransformedGraphSupplier<V,E> |
|
Unaligned |
does not vertically align articulated edges.
|
VertexMetadata<V> |
Holds the metadata for LVI vertices as an alternative to copying them
|
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> |
|