|
JGraph X 1.9.2.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mxgraph.layout.hierarchical.stage.mxCoordinateAssignment.WeightedCellSorter
protected class mxCoordinateAssignment.WeightedCellSorter
A utility class used to track cells whilst sorting occurs on the weighted sum of their connected edges. Does not violate (x.compareTo(y)==0) == (x.equals(y))
Field Summary | |
---|---|
mxGraphAbstractHierarchyCell |
cell
The cell whose median value is being calculated |
boolean |
nudge
Whether or not to flip equal weight values. |
int |
rankIndex
The index this cell is in the model rank |
boolean |
visited
Whether or not this cell has been visited in the current assignment |
int |
weightedValue
The weighted value of the cell stored |
Constructor Summary | |
---|---|
mxCoordinateAssignment.WeightedCellSorter()
|
|
mxCoordinateAssignment.WeightedCellSorter(mxGraphAbstractHierarchyCell cell,
int weightedValue)
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object arg0)
comparator on the medianValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int weightedValue
public boolean nudge
public boolean visited
public int rankIndex
public mxGraphAbstractHierarchyCell cell
Constructor Detail |
---|
public mxCoordinateAssignment.WeightedCellSorter()
public mxCoordinateAssignment.WeightedCellSorter(mxGraphAbstractHierarchyCell cell, int weightedValue)
Method Detail |
---|
public int compareTo(java.lang.Object arg0)
compareTo
in interface java.lang.Comparable<java.lang.Object>
arg0
- the object to be compared to
|
JGraph X 1.9.2.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |