jadex.application.space.envsupport.observer.graphics
Class YOrder

java.lang.Object
  extended by jadex.application.space.envsupport.observer.graphics.YOrder
All Implemented Interfaces:
Comparator

public class YOrder
extends Object
implements Comparator

Causes objects to be drawn from the highest y-coordinate to the lowest.


Constructor Summary
YOrder()
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
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

YOrder

public YOrder()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator


Copyright © 2010. All Rights Reserved.