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