Uses of Class
org.jungrapht.visualization.layout.algorithms.EiglspergerLayoutAlgorithm
-
Packages that use EiglspergerLayoutAlgorithm Package Description org.jungrapht.samples.sugiyama.test.algorithms org.jungrapht.visualization.layout.algorithms Support for graph layout algorithms -
-
Uses of EiglspergerLayoutAlgorithm in org.jungrapht.samples.sugiyama.test.algorithms
Subclasses of EiglspergerLayoutAlgorithm in org.jungrapht.samples.sugiyama.test.algorithms Modifier and Type Class Description class
TestEiglspergerLayoutAlgorithm<V,E>
Test only, as this class is hard-coded for a specific test graph -
Uses of EiglspergerLayoutAlgorithm in org.jungrapht.visualization.layout.algorithms
Classes in org.jungrapht.visualization.layout.algorithms with type parameters of type EiglspergerLayoutAlgorithm Modifier and Type Class Description static class
EiglspergerLayoutAlgorithm.Builder<V,E,T extends EiglspergerLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends EiglspergerLayoutAlgorithm.Builder<V,E,T,B>>
a Builder to create a configured instance
-