Uses of Interface
org.jungrapht.visualization.layout.algorithms.VertexSorting
-
Packages that use VertexSorting Package Description org.jungrapht.visualization.layout.algorithms Support for graph layout algorithms -
-
Uses of VertexSorting in org.jungrapht.visualization.layout.algorithms
Subinterfaces of VertexSorting 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 VertexSorting 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.
-