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