Uses of Class
org.jungrapht.visualization.layout.algorithms.eiglsperger.VirtualEdge
-
Packages that use VirtualEdge Package Description org.jungrapht.visualization.layout.algorithms.eiglsperger -
-
Uses of VirtualEdge in org.jungrapht.visualization.layout.algorithms.eiglsperger
Methods in org.jungrapht.visualization.layout.algorithms.eiglsperger that return VirtualEdge Modifier and Type Method Description static <V,E>
VirtualEdge<V,E>VirtualEdge. of(LV<V> source, LV<V> target)
VirtualEdge<V,E>
VirtualEdge. swapped()
-