Uses of Class
org.jungrapht.visualization.layout.algorithms.MultiRowTreeLayoutAlgorithm
-
Packages that use MultiRowTreeLayoutAlgorithm Package Description org.jungrapht.visualization.layout.algorithms Support for graph layout algorithms -
-
Uses of MultiRowTreeLayoutAlgorithm in org.jungrapht.visualization.layout.algorithms
Classes in org.jungrapht.visualization.layout.algorithms with type parameters of type MultiRowTreeLayoutAlgorithm Modifier and Type Class Description static class
MultiRowTreeLayoutAlgorithm.Builder<V,T extends MultiRowTreeLayoutAlgorithm<V>,B extends MultiRowTreeLayoutAlgorithm.Builder<V,T,B>>
Subclasses of MultiRowTreeLayoutAlgorithm in org.jungrapht.visualization.layout.algorithms Modifier and Type Class Description class
MultiRowEdgeAwareTreeLayoutAlgorithm<V,E>
A Multi-RowTreeLayoutAlgorithm
that can be modified with comparators and predicates for both vertices and edges
-