Uses of Class
org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
-
Packages that use ArticulatedEdge Package Description org.jungrapht.visualization.layout.util.synthetics -
-
Uses of ArticulatedEdge in org.jungrapht.visualization.layout.util.synthetics
Methods in org.jungrapht.visualization.layout.util.synthetics that return ArticulatedEdge Modifier and Type Method Description static <V,E>
ArticulatedEdgeArticulatedEdge. of(E edge, V source, V target)
ArticulatedEdge<V,E>
ArticulatedEdge. reversed()
reverse the direction and endpoints of this edge Done for reverting a feedback edge into its original form
-