Uses of Class
org.jgrapht.alg.drawing.TwoLayeredBipartiteLayout2D
Package | Description |
---|---|
org.jgrapht.alg.drawing |
Graph Drawing.
|
-
Uses of TwoLayeredBipartiteLayout2D in org.jgrapht.alg.drawing
Subclasses of TwoLayeredBipartiteLayout2D in org.jgrapht.alg.drawing Modifier and Type Class Description class
BarycenterGreedyTwoLayeredBipartiteLayout2D<V,E>
The barycenter heuristic greedy algorithm for edge crossing minimization in two layered bipartite layouts.class
MedianGreedyTwoLayeredBipartiteLayout2D<V,E>
The median heuristic greedy algorithm for edge crossing minimization in two layered bipartite layouts.Methods in org.jgrapht.alg.drawing that return TwoLayeredBipartiteLayout2D Modifier and Type Method Description TwoLayeredBipartiteLayout2D<V,E>
TwoLayeredBipartiteLayout2D. withFirstPartition(java.util.Set<V> partition)
Specify the first of the two bipartite partitions.TwoLayeredBipartiteLayout2D<V,E>
TwoLayeredBipartiteLayout2D. withVertexComparator(java.util.Comparator<V> vertexComparator)
Adjust the vertex comparator which specifies the vertex order.TwoLayeredBipartiteLayout2D<V,E>
TwoLayeredBipartiteLayout2D. withVertical(boolean vertical)
Adjust whether the layout will be vertical or horizontal.