Uses of Interface
org.jungrapht.visualization.layout.util.synthetics.Synthetic
-
-
Uses of Synthetic in org.jungrapht.visualization.layout.algorithms.eiglsperger
Classes in org.jungrapht.visualization.layout.algorithms.eiglsperger that implement Synthetic Modifier and Type Class Description class
SyntheticLV<V>
a vertex that is not in the original graph, but is synthesized in order to position bends in the articulated edges of the SugiyamaLayoutAlgorithm -
Uses of Synthetic in org.jungrapht.visualization.layout.algorithms.sugiyama
Classes in org.jungrapht.visualization.layout.algorithms.sugiyama that implement Synthetic Modifier and Type Class Description class
SyntheticLE<V,E>
an edge that is not in the original graph, but is synthesized to replace one or more original graph edges.class
SyntheticLV<V>
a vertex that is not in the original graph, but is synthesized in order to position bends in the articulated edges of the SugiyamaLayoutAlgorithm -
Uses of Synthetic in org.jungrapht.visualization.layout.util.synthetics
Classes in org.jungrapht.visualization.layout.util.synthetics that implement Synthetic Modifier and Type Class Description class
SyntheticSE<E>
an edge that is not in the original graph,class
SyntheticSV<V>
a vertex that is not in the original graph, but is a subtype of SV
-