Uses of Class
org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
-
Packages that use MultiRowEdgeAwareTreeLayoutAlgorithm Package Description org.jungrapht.visualization.layout.algorithms Support for graph layout algorithms -
-
Uses of MultiRowEdgeAwareTreeLayoutAlgorithm in org.jungrapht.visualization.layout.algorithms
Classes in org.jungrapht.visualization.layout.algorithms with type parameters of type MultiRowEdgeAwareTreeLayoutAlgorithm 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
-