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 class
TreeLayoutAlgorithm.Builder<V,T extends TreeLayoutAlgorithm<V>,B extends TreeLayoutAlgorithm.Builder<V,T,B>>
ABuilder
to create instances ofTreeLayoutAlgorithm
Subclasses of TreeLayoutAlgorithm in org.jungrapht.visualization.layout.algorithms Modifier and Type Class Description class
BalloonLayoutAlgorithm<V>
ALayout
implementation that assigns positions toTree
orGraph
vertices using associations with nested circles ("balloons").class
EdgeAwareTreeLayoutAlgorithm<V,E>
class
MultiRowEdgeAwareTreeLayoutAlgorithm<V,E>
A Multi-RowTreeLayoutAlgorithm
that can be modified with comparators and predicates for both vertices and edgesclass
MultiRowTreeLayoutAlgorithm<V>
ATreeLayoutAlgorithm
that adheres to either an original width or to the width of the widest subtree in the forest by creating new rows of tree rootsclass
RadialEdgeAwareTreeLayoutAlgorithm<V,E>
A radial layout for Tree or Forest graphs.class
RadialTreeLayoutAlgorithm<V>
A radial layout for Tree or Forest graphs.
-