Uses of Class
org.jungrapht.visualization.layout.algorithms.MultiRowTreeLayoutAlgorithm.Builder
-
Packages that use MultiRowTreeLayoutAlgorithm.Builder Package Description org.jungrapht.visualization.layout.algorithms Support for graph layout algorithms -
-
Uses of MultiRowTreeLayoutAlgorithm.Builder in org.jungrapht.visualization.layout.algorithms
Classes in org.jungrapht.visualization.layout.algorithms with type parameters of type MultiRowTreeLayoutAlgorithm.Builder Modifier and Type Class Description static class
MultiRowTreeLayoutAlgorithm.Builder<V,T extends MultiRowTreeLayoutAlgorithm<V>,B extends MultiRowTreeLayoutAlgorithm.Builder<V,T,B>>
Subclasses of MultiRowTreeLayoutAlgorithm.Builder in org.jungrapht.visualization.layout.algorithms Modifier and Type Class Description static class
MultiRowEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T extends MultiRowEdgeAwareTreeLayoutAlgorithm<V,E>,B extends MultiRowEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T,B>>
a Builder to create an instance of aMultiRowEdgeAwareTreeLayoutAlgorithm
Methods in org.jungrapht.visualization.layout.algorithms that return MultiRowTreeLayoutAlgorithm.Builder Modifier and Type Method Description static <V> MultiRowTreeLayoutAlgorithm.Builder<V,?,?>
MultiRowTreeLayoutAlgorithm. builder()
Constructors in org.jungrapht.visualization.layout.algorithms with parameters of type MultiRowTreeLayoutAlgorithm.Builder Constructor Description MultiRowTreeLayoutAlgorithm(MultiRowTreeLayoutAlgorithm.Builder<V,?,?> builder)
-