Uses of Class
org.jgrapht.alg.drawing.TwoLayeredBipartiteLayout2D
-
Uses of TwoLayeredBipartiteLayout2D in org.jgrapht.alg.drawing
Modifier and TypeClassDescriptionclass
The barycenter heuristic greedy algorithm for edge crossing minimization in two layered bipartite layouts.class
The median heuristic greedy algorithm for edge crossing minimization in two layered bipartite layouts.Modifier and TypeMethodDescriptionTwoLayeredBipartiteLayout2D.withFirstPartition
(Set<V> partition) Specify the first of the two bipartite partitions.TwoLayeredBipartiteLayout2D.withVertexComparator
(Comparator<V> vertexComparator) Adjust the vertex comparator which specifies the vertex order.TwoLayeredBipartiteLayout2D.withVertical
(boolean vertical) Adjust whether the layout will be vertical or horizontal.