nl.tudelft.simulation.dsol.gui.animation2D
Class Renderable2DComparator

java.lang.Object
  extended by nl.tudelft.simulation.dsol.gui.animation2D.Renderable2DComparator
All Implemented Interfaces:
Comparator

public class Renderable2DComparator
extends Object
implements Comparator

(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Since:
1.4
Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:23:34 $
Author:
Peter Jacobs

Constructor Summary
Renderable2DComparator()
          constructs a new Renderable2DComparator
 
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

Renderable2DComparator

public Renderable2DComparator()
constructs a new Renderable2DComparator

Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator
See Also:
Comparator.compare(java.lang.Object, java.lang.Object)


Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.