Uses of Interface
org.jungrapht.visualization.layout.algorithms.EdgeAwareLayoutAlgorithm
-
Packages that use EdgeAwareLayoutAlgorithm Package Description org.jungrapht.samples.sugiyama.test.algorithms org.jungrapht.visualization.layout.algorithms Support for graph layout algorithms -
-
Uses of EdgeAwareLayoutAlgorithm in org.jungrapht.samples.sugiyama.test.algorithms
-
Uses of EdgeAwareLayoutAlgorithm in org.jungrapht.visualization.layout.algorithms
Classes in org.jungrapht.visualization.layout.algorithms that implement EdgeAwareLayoutAlgorithm Modifier and Type Class Description class
EdgeAwareTreeLayoutAlgorithm<V,E>
class
MultiRowEdgeAwareTreeLayoutAlgorithm<V,E>
A Multi-RowTreeLayoutAlgorithm
that can be modified with comparators and predicates for both vertices and edgesclass
RadialEdgeAwareTreeLayoutAlgorithm<V,E>
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.
-