BrandesKopfLayoutAlgorithm<V,E> |
Test only, as this class is hard-coded for a specific test graph
|
BrandesKopfLayoutAlgorithm.Builder<V,E,T extends BrandesKopfLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends BrandesKopfLayoutAlgorithm.Builder<V,E,T,B>> |
a Builder to create a configured instance
|
LayeredLayoutAlgorithm<V,E> |
Test only, as this class is hard-coded for a specific test graph
|
LayeredLayoutAlgorithm.Builder<V,E,T extends LayeredLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends LayeredLayoutAlgorithm.Builder<V,E,T,B>> |
a Builder to create a configured instance
|
SelectiveEiglspergerHorizontalCoordinateAssignment<V,E> |
Gather the coordinate assignments from four passes of the VerticalAlignment algorithm
(up-down-left-right) and assign final coordinates using the average median value of the 4 results
for each vertex.
|
SelectiveSugiyamaHorizontalCoordinateAssignment<V,E> |
Gather the coordinate assignments from four passes of the VerticalAlignment algorithm
(up-down-left-right) and assign final coordinates using the average median value of the 4 results
for each vertex.
|
TestEiglspergerLayoutAlgorithm<V,E> |
Test only, as this class is hard-coded for a specific test graph
|
TestEiglspergerLayoutAlgorithm.Builder<V,E,T extends TestEiglspergerLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends TestEiglspergerLayoutAlgorithm.Builder<V,E,T,B>> |
a Builder to create a configured instance
|
TestEiglspergerRunnable<V,E> |
|
TestEiglspergerRunnable.Builder<V,E,T extends TestEiglspergerRunnable<V,E>,B extends TestEiglspergerRunnable.Builder<V,E,T,B>> |
a Builder to create a configured instance
|
TestSugiyamaLayoutAlgorithm<V,E> |
Test only, as this class is hard-coded for a specific test graph
|
TestSugiyamaLayoutAlgorithm.Builder<V,E,T extends TestSugiyamaLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends TestSugiyamaLayoutAlgorithm.Builder<V,E,T,B>> |
a Builder to create a configured instance
|
TestSugiyamaRunnable<V,E> |
|
TestSugiyamaRunnable.Builder<V,E,T extends TestSugiyamaRunnable<V,E>,B extends TestSugiyamaRunnable.Builder<V,E,T,B>> |
a Builder to create a configured instance
|