Uses of Interface
org.jungrapht.visualization.layout.util.synthetics.SE
-
Packages that use SE Package Description org.jungrapht.visualization.layout.algorithms.eiglsperger org.jungrapht.visualization.layout.algorithms.sugiyama org.jungrapht.visualization.layout.util.synthetics -
-
Uses of SE in org.jungrapht.visualization.layout.algorithms.eiglsperger
Classes in org.jungrapht.visualization.layout.algorithms.eiglsperger that implement SE 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 SE in org.jungrapht.visualization.layout.algorithms.sugiyama
Subinterfaces of SE in org.jungrapht.visualization.layout.algorithms.sugiyama Modifier and Type Interface Description interface
LE<V,E>
Interface for an edge type used for the application of a layered graph layout algorithm
Instances of LE<V,E> replace instances of E during layoutClasses in org.jungrapht.visualization.layout.algorithms.sugiyama that implement SE 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 SE in org.jungrapht.visualization.layout.util.synthetics
Classes in org.jungrapht.visualization.layout.util.synthetics that implement SE Modifier and Type Class Description class
SEI<E>
Implementation of a delegate class for a generic edge of type Eclass
SyntheticSE<E>
an edge that is not in the original graph,Methods in org.jungrapht.visualization.layout.util.synthetics that return SE Modifier and Type Method Description static <E> SE<E>
SE. of(E edge)
Methods in org.jungrapht.visualization.layout.util.synthetics that return types with arguments of type SE Modifier and Type Method Description org.jgrapht.Graph<SV<V>,SE<E>>
SVTransformedGraphSupplier. get()
Transform and return the graph
-