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