Uses of Class
org.jungrapht.visualization.layout.util.synthetics.SEI
-
Packages that use SEI Package Description org.jungrapht.visualization.layout.algorithms.eiglsperger org.jungrapht.visualization.layout.algorithms.sugiyama org.jungrapht.visualization.layout.util.synthetics -
-
Uses of SEI in org.jungrapht.visualization.layout.algorithms.eiglsperger
Subclasses of SEI 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 SEI in org.jungrapht.visualization.layout.algorithms.sugiyama
Subclasses of SEI in org.jungrapht.visualization.layout.algorithms.sugiyama Modifier and Type Class Description class
ArticulatedEdge<V,E>
class
LEI<V,E>
Implementation of an edge type used for the application of a layered layout algorithm.
Instances of LEI<V,E> replace instances of E during layoutclass
SyntheticLE<V,E>
an edge that is not in the original graph, but is synthesized to replace one or more original graph edges. -
Uses of SEI in org.jungrapht.visualization.layout.util.synthetics
Subclasses of SEI in org.jungrapht.visualization.layout.util.synthetics Modifier and Type Class Description class
SyntheticSE<E>
an edge that is not in the original graph,
-