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