Uses of Interface
org.jungrapht.visualization.layout.algorithms.EdgeSorting
-
Packages that use EdgeSorting Package Description org.jungrapht.visualization.layout.algorithms Support for graph layout algorithms -
-
Uses of EdgeSorting in org.jungrapht.visualization.layout.algorithms
Subinterfaces of EdgeSorting in org.jungrapht.visualization.layout.algorithms Modifier and Type Interface Description interface
EdgeAwareLayoutAlgorithm<V,E>
A marker interface for LayoutAlgorithms that are aware of graph edges and can use the edges as part of the layout vertex positioningClasses in org.jungrapht.visualization.layout.algorithms that implement EdgeSorting 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.
-