Class AverageMedian<V>
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.sugiyama.AverageMedian<V>
-
public class AverageMedian<V> extends Object
-
-
Constructor Summary
Constructors Constructor Description AverageMedian()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Point
averageMedianPoint(Point... points)
static Point
averagePoint(Point... points)
static Point
medianPoint(Point... points)
-