Uses of Class
org.jungrapht.visualization.layout.util.synthetics.SVI
-
Packages that use SVI Package Description org.jungrapht.visualization.layout.algorithms.eiglsperger org.jungrapht.visualization.layout.algorithms.sugiyama org.jungrapht.visualization.layout.util.synthetics -
-
Uses of SVI in org.jungrapht.visualization.layout.algorithms.eiglsperger
Subclasses of SVI in org.jungrapht.visualization.layout.algorithms.eiglsperger 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 SVI in org.jungrapht.visualization.layout.algorithms.sugiyama
Subclasses of SVI in org.jungrapht.visualization.layout.algorithms.sugiyama Modifier and Type Class Description class
LVI<V>
Implementation of a vertex type for a layered layout algorithm.
Instances of LVI<V> replace instances of V during layout The LVI<V> holds metadata information about the position of the vertex in the layered graph.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 SVI in org.jungrapht.visualization.layout.util.synthetics
Subclasses of SVI in org.jungrapht.visualization.layout.util.synthetics Modifier and Type Class Description class
SyntheticSV<V>
a vertex that is not in the original graph, but is a subtype of SVConstructors in org.jungrapht.visualization.layout.util.synthetics with parameters of type SVI Constructor Description SVI(SVI<V> other)
-