Uses of Class
org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm.Builder
-
Packages that use TreeLayoutAlgorithm.Builder Package Description org.jungrapht.visualization.layout.algorithms Support for graph layout algorithms -
-
Uses of TreeLayoutAlgorithm.Builder in org.jungrapht.visualization.layout.algorithms
Classes in org.jungrapht.visualization.layout.algorithms with type parameters of type TreeLayoutAlgorithm.Builder Modifier and Type Class Description static class
TreeLayoutAlgorithm.Builder<V,T extends TreeLayoutAlgorithm<V>,B extends TreeLayoutAlgorithm.Builder<V,T,B>>
ABuilder
to create instances ofTreeLayoutAlgorithm
Methods in org.jungrapht.visualization.layout.algorithms that return TreeLayoutAlgorithm.Builder Modifier and Type Method Description static <V> TreeLayoutAlgorithm.Builder<V,?,?>
TreeLayoutAlgorithm. builder()
Constructors in org.jungrapht.visualization.layout.algorithms with parameters of type TreeLayoutAlgorithm.Builder Constructor Description TreeLayoutAlgorithm(TreeLayoutAlgorithm.Builder<V,?,?> builder)
Create aTreeLayoutAlgorithm
instance with the passedBuilder
-