com.jgraph.layout.hierarchical

Class JGraphMedianHybridCrossingReduction.MedianCellSorter

protected class JGraphMedianHybridCrossingReduction.MedianCellSorter extends Object implements Comparable

A utility class used to track cells whilst sorting occurs on the median values. Does not violate (x.compareTo(y)==0) == (x.equals(y))
Field Summary
doublemedianValue
The median value of the cell stored
booleannudge
Whether or not to flip equal median values.
Method Summary
intcompareTo(Object arg0)
comparator on the medianValue

Field Detail

medianValue

public double medianValue
The median value of the cell stored

nudge

public boolean nudge
Whether or not to flip equal median values.

Method Detail

compareTo

public 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

Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.