com.mindfusion.diagramming.jlayout
Class XBoundsComparer

java.lang.Object
  extended by com.mindfusion.diagramming.jlayout.XBoundsComparer
All Implemented Interfaces:
java.util.Comparator<java.lang.Object>

public class XBoundsComparer
extends java.lang.Object
implements java.util.Comparator<java.lang.Object>


Constructor Summary
XBoundsComparer()
           
XBoundsComparer(int sortOrder)
           
 
Method Summary
 int compare(java.lang.Object x, java.lang.Object y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

XBoundsComparer

public XBoundsComparer()

XBoundsComparer

public XBoundsComparer(int sortOrder)
Method Detail

compare

public int compare(java.lang.Object x,
                   java.lang.Object y)
Specified by:
compare in interface java.util.Comparator<java.lang.Object>