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