Uses of Class
org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm.Builder
-
Packages that use LayeredLayoutAlgorithm.Builder Package Description org.jungrapht.samples.sugiyama.test.algorithms -
-
Uses of LayeredLayoutAlgorithm.Builder in org.jungrapht.samples.sugiyama.test.algorithms
Classes in org.jungrapht.samples.sugiyama.test.algorithms with type parameters of type LayeredLayoutAlgorithm.Builder 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 instanceMethods in org.jungrapht.samples.sugiyama.test.algorithms that return LayeredLayoutAlgorithm.Builder Modifier and Type Method Description static <V,E>
LayeredLayoutAlgorithm.Builder<V,E,?,?>LayeredLayoutAlgorithm. edgeAwareBuilder()
-