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.sugiyama.SyntheticLV<V>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SyntheticLV()
SyntheticLV(SyntheticLV<V> other)
-
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()
String
toString()
-
Methods inherited from class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
getIndex, getMeasure, getPoint, getPos, getRank, setIndex, setMeasure, setPoint, setPos, setRank
-
-
-
-
Constructor Detail
-
SyntheticLV
protected SyntheticLV()
-
SyntheticLV
public SyntheticLV(SyntheticLV<V> other)
-
-
Method Detail
-
of
public static <V> SyntheticLV<V> of()
-
-