Uses of Class
org.jungrapht.visualization.layout.algorithms.eiglsperger.SyntheticLV
-
Packages that use SyntheticLV Package Description org.jungrapht.visualization.layout.algorithms.eiglsperger -
-
Uses of SyntheticLV in org.jungrapht.visualization.layout.algorithms.eiglsperger
Methods in org.jungrapht.visualization.layout.algorithms.eiglsperger that return SyntheticLV Modifier and Type Method Description static <V> SyntheticLV<V>
SyntheticLV. of()
static <V> SyntheticLV<V>
SyntheticLV. of(LV<V> source, LV<V> target)
Constructors in org.jungrapht.visualization.layout.algorithms.eiglsperger with parameters of type SyntheticLV Constructor Description SyntheticLV(SyntheticLV<V> other)
-