Uses of Interface
org.jungrapht.visualization.layout.algorithms.LayoutAlgorithm.Builder
-
Packages that use LayoutAlgorithm.Builder Package Description org.jungrapht.samples.sugiyama.test.algorithms org.jungrapht.samples.util Sample applications utilitiesorg.jungrapht.visualization.layout.algorithms Support for graph layout algorithmsorg.jungrapht.visualization.util Utilities for graph visualization. -
-
Uses of LayoutAlgorithm.Builder in org.jungrapht.samples.sugiyama.test.algorithms
-
Uses of LayoutAlgorithm.Builder in org.jungrapht.samples.util
Fields in org.jungrapht.samples.util declared as LayoutAlgorithm.Builder Modifier and Type Field Description LayoutAlgorithm.Builder<V,LayoutAlgorithm<V>,?>
LayoutFunction.Layout. builder
Methods in org.jungrapht.samples.util that return LayoutAlgorithm.Builder Modifier and Type Method Description LayoutAlgorithm.Builder<V,LayoutAlgorithm<V>,?>
LayoutFunction. apply(String s)
LayoutAlgorithm.Builder
LayoutHelper.Layouts. getLayoutAlgorithmBuilder()
Methods in org.jungrapht.samples.util with parameters of type LayoutAlgorithm.Builder Modifier and Type Method Description static <V> LayoutFunction.Layout
LayoutFunction.Layout. of(String name, LayoutAlgorithm.Builder<V,?,?> builder)
-
Uses of LayoutAlgorithm.Builder in org.jungrapht.visualization.layout.algorithms
Classes in org.jungrapht.visualization.layout.algorithms with type parameters of type LayoutAlgorithm.Builder Modifier and Type Interface Description static interface
LayoutAlgorithm.Builder<V,T extends LayoutAlgorithm<V>,B extends LayoutAlgorithm.Builder<V,T,B>>
Subinterfaces of LayoutAlgorithm.Builder in org.jungrapht.visualization.layout.algorithms Modifier and Type Interface Description static interface
EdgeAwareLayoutAlgorithm.Builder<V,E,T extends EdgeAwareLayoutAlgorithm<V,E>,B extends EdgeAwareLayoutAlgorithm.Builder<V,E,T,B>>
-
Uses of LayoutAlgorithm.Builder in org.jungrapht.visualization.util
Classes in org.jungrapht.visualization.util that implement LayoutAlgorithm.Builder Modifier and Type Class Description static class
AnimationLayoutAlgorithm.Builder<V,T extends AnimationLayoutAlgorithm<V>,B extends AnimationLayoutAlgorithm.Builder<V,T,B>>
-