Class SyntheticLE<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.layout.util.synthetics.SEI<E>
-
- org.jungrapht.visualization.layout.algorithms.sugiyama.LEI<V,E>
-
- org.jungrapht.visualization.layout.algorithms.sugiyama.SyntheticLE<V,E>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
static <V,E>
SyntheticLEof(LE<V,E> edge, LV<V> source, LV<V> target)
String
toString()
-
Methods inherited from class org.jungrapht.visualization.layout.algorithms.sugiyama.LEI
getSource, getTarget, swapped
-
-
-
-
Method Detail
-
of
public static <V,E> SyntheticLE of(LE<V,E> edge, LV<V> source, LV<V> target)
-
-