Uses of Class
org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
-
Packages that use TidierTreeLayoutAlgorithm Package Description org.jungrapht.visualization.layout.algorithms Support for graph layout algorithms -
-
Uses of TidierTreeLayoutAlgorithm in org.jungrapht.visualization.layout.algorithms
Classes in org.jungrapht.visualization.layout.algorithms with type parameters of type TidierTreeLayoutAlgorithm Modifier and Type Class Description static class
TidierTreeLayoutAlgorithm.Builder<V,E,T extends TidierTreeLayoutAlgorithm<V,E>,B extends TidierTreeLayoutAlgorithm.Builder<V,E,T,B>>
a Builder to create a configured instance of an AnotherTreeLayoutAlgorithmSubclasses of TidierTreeLayoutAlgorithm in org.jungrapht.visualization.layout.algorithms Modifier and Type Class Description class
TidierRadialTreeLayoutAlgorithm<V,E>
A radial layout for Tree or Forest graphs.
-