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