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