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