Uses of Class
org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
- 
Packages that use TreeLayoutAlgorithm Package Description org.jungrapht.visualization.layout.algorithms Support for graph layout algorithms - 
- 
Uses of TreeLayoutAlgorithm in org.jungrapht.visualization.layout.algorithms
Classes in org.jungrapht.visualization.layout.algorithms with type parameters of type TreeLayoutAlgorithm Modifier and Type Class Description static classTreeLayoutAlgorithm.Builder<V,T extends TreeLayoutAlgorithm<V>,B extends TreeLayoutAlgorithm.Builder<V,T,B>>ABuilderto create instances ofTreeLayoutAlgorithmSubclasses of TreeLayoutAlgorithm in org.jungrapht.visualization.layout.algorithms Modifier and Type Class Description classBalloonLayoutAlgorithm<V>ALayoutimplementation that assigns positions toTreeorGraphvertices using associations with nested circles ("balloons").classEdgeAwareTreeLayoutAlgorithm<V,E>classMultiRowEdgeAwareTreeLayoutAlgorithm<V,E>A Multi-RowTreeLayoutAlgorithmthat can be modified with comparators and predicates for both vertices and edgesclassMultiRowTreeLayoutAlgorithm<V>ATreeLayoutAlgorithmthat adheres to either an original width or to the width of the widest subtree in the forest by creating new rows of tree rootsclassRadialEdgeAwareTreeLayoutAlgorithm<V,E>A radial layout for Tree or Forest graphs.classRadialTreeLayoutAlgorithm<V>A radial layout for Tree or Forest graphs. 
 -