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 SummaryConstructors Modifier Constructor Description protectedSyntheticLV()SyntheticLV(SyntheticLV<V> other)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends LV<V>>
 Tcopy()booleanequals(Object o)inthashCode()static <V> SyntheticLV<V>of()StringtoString()- 
Methods inherited from class org.jungrapht.visualization.layout.algorithms.sugiyama.LVIgetIndex, getMeasure, getPoint, getPos, getRank, setIndex, setMeasure, setPoint, setPos, setRank
 
- 
 
- 
- 
- 
Constructor Detail- 
SyntheticLVprotected SyntheticLV() 
 - 
SyntheticLVpublic SyntheticLV(SyntheticLV<V> other) 
 
- 
 - 
Method Detail- 
ofpublic static <V> SyntheticLV<V> of() 
 
- 
 
-