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 classAbstractTreeLayoutAlgorithm.Builder<V,T extends AbstractTreeLayoutAlgorithm<V>,B extends AbstractTreeLayoutAlgorithm.Builder<V,T,B>>ABuilderto create instances ofAbstractTreeLayoutAlgorithmConstructors in org.jungrapht.visualization.layout.algorithms with parameters of type AbstractTreeLayoutAlgorithm.Builder Constructor Description AbstractTreeLayoutAlgorithm(AbstractTreeLayoutAlgorithm.Builder<V,?,?> builder)Create aAbstractTreeLayoutAlgorithminstance with the passedBuilder
-