Uses of Class
org.jungrapht.visualization.layout.algorithms.sugiyama.LEI
-
Packages that use LEI Package Description org.jungrapht.visualization.layout.algorithms.eiglsperger org.jungrapht.visualization.layout.algorithms.sugiyama -
-
Uses of LEI in org.jungrapht.visualization.layout.algorithms.eiglsperger
Subclasses of LEI in org.jungrapht.visualization.layout.algorithms.eiglsperger Modifier and Type Class Description class
VirtualEdge<V,E>
an edge that is not in the original graph, but is synthesized to replace one or more original graph edges. -
Uses of LEI in org.jungrapht.visualization.layout.algorithms.sugiyama
Subclasses of LEI in org.jungrapht.visualization.layout.algorithms.sugiyama Modifier and Type Class Description class
ArticulatedEdge<V,E>
class
SyntheticLE<V,E>
an edge that is not in the original graph, but is synthesized to replace one or more original graph edges.Methods in org.jungrapht.visualization.layout.algorithms.sugiyama that return LEI Modifier and Type Method Description LEI<V,E>
LEI. swapped()
-