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 classEdgeAwareTreeLayoutAlgorithm<V,E>classMultiRowEdgeAwareTreeLayoutAlgorithm<V,E>A Multi-RowTreeLayoutAlgorithmthat can be modified with comparators and predicates for both vertices and edgesclassRadialEdgeAwareTreeLayoutAlgorithm<V,E>A radial layout for Tree or Forest graphs.classTidierRadialTreeLayoutAlgorithm<V,E>A radial layout for Tree or Forest graphs.classTidierTreeLayoutAlgorithm<V,E>A more compact tree layout algorithm.
-