Uses of Class
org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm
-
Packages that use LayeredLayoutAlgorithm Package Description org.jungrapht.samples.sugiyama.test.algorithms -
-
Uses of LayeredLayoutAlgorithm in org.jungrapht.samples.sugiyama.test.algorithms
Classes in org.jungrapht.samples.sugiyama.test.algorithms with type parameters of type LayeredLayoutAlgorithm Modifier and Type Class Description static class
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
-