Uses of Class
org.jgrapht.alg.drawing.TwoLayeredBipartiteLayout2D
Packages that use TwoLayeredBipartiteLayout2D
-
Uses of TwoLayeredBipartiteLayout2D in org.jgrapht.alg.drawing
Subclasses of TwoLayeredBipartiteLayout2D in org.jgrapht.alg.drawingModifier 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.Methods in org.jgrapht.alg.drawing that return TwoLayeredBipartiteLayout2DModifier 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.