Uses of Class
org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
-
Packages that use LVI Package Description org.jungrapht.visualization.layout.algorithms.eiglsperger org.jungrapht.visualization.layout.algorithms.sugiyama -
-
Uses of LVI in org.jungrapht.visualization.layout.algorithms.eiglsperger
Subclasses of LVI 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 LVI in org.jungrapht.visualization.layout.algorithms.sugiyama
Subclasses of LVI in org.jungrapht.visualization.layout.algorithms.sugiyama 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 SugiyamaLayoutAlgorithmConstructors in org.jungrapht.visualization.layout.algorithms.sugiyama with parameters of type LVI Constructor Description LVI(LVI<V> other)
-