Class SyntheticSV<V>
- java.lang.Object
-
- org.jungrapht.visualization.layout.util.synthetics.SVI<V>
-
- org.jungrapht.visualization.layout.util.synthetics.SyntheticSV<V>
-
-
Constructor Summary
Constructors Constructor Description SyntheticSV()
SyntheticSV(SyntheticSV<V> other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
SyntheticSV
public SyntheticSV()
-
SyntheticSV
public SyntheticSV(SyntheticSV<V> other)
-
-