com.jgraph.layout.hierarchical
protected class JGraphMedianHybridCrossingReduction.MedianCellSorter extends Object implements Comparable
Field Summary | |
---|---|
double | medianValue
The median value of the cell stored |
boolean | nudge
Whether or not to flip equal median values. |
Method Summary | |
---|---|
int | compareTo(Object arg0)
comparator on the medianValue
|
Parameters: arg0 the object to be compared to
Returns: the standard return you would expect when comparing two double