Class SyntheticLV<V>
- java.lang.Object
-
- org.jungrapht.visualization.layout.util.synthetics.SVI<V>
-
- org.jungrapht.visualization.layout.algorithms.sugiyama.LVI<V>
-
- org.jungrapht.visualization.layout.algorithms.eiglsperger.SyntheticLV<V>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SyntheticLV()
SyntheticLV(SyntheticLV<V> other)
protected
SyntheticLV(LV<V> source, LV<V> target)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends LV<V>>
Tcopy()
boolean
equals(Object o)
int
hashCode()
static <V> SyntheticLV<V>
of()
static <V> SyntheticLV<V>
of(LV<V> source, LV<V> target)
void
setPos(int pos)
String
toString()
-
Methods inherited from class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
getIndex, getMeasure, getPoint, getPos, getRank, setIndex, setMeasure, setPoint, setRank
-
-
-
-
Method Detail
-
of
public static <V> SyntheticLV<V> of()
-
of
public static <V> SyntheticLV<V> of(LV<V> source, LV<V> target)
-
setPos
public void setPos(int pos)
-
-