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