Uses of Class
org.jungrapht.visualization.layout.algorithms.sugiyama.ArticulatedEdge
-
Packages that use ArticulatedEdge Package Description org.jungrapht.visualization.layout.algorithms.eiglsperger org.jungrapht.visualization.layout.algorithms.sugiyama -
-
Uses of ArticulatedEdge in org.jungrapht.visualization.layout.algorithms.eiglsperger
Methods in org.jungrapht.visualization.layout.algorithms.eiglsperger that return types with arguments of type ArticulatedEdge Modifier and Type Method Description List<ArticulatedEdge<V,E>>
Synthetics. makeArticulatedEdges()
Post processing function to turn a chain of synthetic edges into one articulated edge where the old synthetic vertices become the articulation points in the new articulated edge. -
Uses of ArticulatedEdge in org.jungrapht.visualization.layout.algorithms.sugiyama
Methods in org.jungrapht.visualization.layout.algorithms.sugiyama that return ArticulatedEdge Modifier and Type Method Description static <V,E>
ArticulatedEdgeArticulatedEdge. of(LE<V,E> edge, LV<V> source, LV<V> target)
ArticulatedEdge<V,E>
ArticulatedEdge. reversed()
reverse the direction and endpoints of this edge Done for reverting a feedback edge into its original formMethods in org.jungrapht.visualization.layout.algorithms.sugiyama that return types with arguments of type ArticulatedEdge Modifier and Type Method Description List<ArticulatedEdge<V,E>>
Synthetics. makeArticulatedEdges()
Post processing function to turn a chain of synthetic edges into one articulated edge where the old synthetic vertices become the articulation points in the new articulated edge.
-