class |
AbstractTreeLayoutAlgorithm<V> |
A base class for tree layout algorithms.
|
class |
BalloonLayoutAlgorithm<V> |
A Layout implementation that assigns positions to Tree or Graph vertices
using associations with nested circles ("balloons").
|
class |
EdgeAwareTreeLayoutAlgorithm<V,E> |
|
class |
MultiRowEdgeAwareTreeLayoutAlgorithm<V,E> |
A Multi-Row TreeLayoutAlgorithm that can be modified with comparators and predicates for
both vertices and edges
|
class |
MultiRowTreeLayoutAlgorithm<V> |
A TreeLayoutAlgorithm that adheres to either an original width or to the width of the
widest subtree in the forest by creating new rows of tree roots
|
class |
RadialEdgeAwareTreeLayoutAlgorithm<V,E> |
A radial layout for Tree or Forest graphs.
|
class |
RadialTreeLayoutAlgorithm<V> |
A radial layout for Tree or Forest graphs.
|
class |
TidierRadialTreeLayoutAlgorithm<V,E> |
A radial layout for Tree or Forest graphs.
|
class |
TidierTreeLayoutAlgorithm<V,E> |
A more compact tree layout algorithm.
|
class |
TreeLayoutAlgorithm<V> |
A simple tree layout algorithm that will allow multiple roots.
|