org.jzy3d.plot3d.rendering.ordering
Class DefaultOrderingStrategy

java.lang.Object
  extended by org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
      extended by org.jzy3d.plot3d.rendering.ordering.DefaultOrderingStrategy
All Implemented Interfaces:
Comparator<AbstractDrawable>

public class DefaultOrderingStrategy
extends AbstractOrderingStrategy

The default ordering strategy let drawables be displayed in their original order.


Field Summary
 
Fields inherited from class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
camera, gl, glu, transform
 
Constructor Summary
DefaultOrderingStrategy()
           
 
Method Summary
 int compare(AbstractDrawable o1, AbstractDrawable o2)
           
 
Methods inherited from class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
comparison, getCamera, getGl, getGlu, getTransform, setAll, setCamera, setGl, setGlu, setTransform, sort
 
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

DefaultOrderingStrategy

public DefaultOrderingStrategy()
Method Detail

compare

public int compare(AbstractDrawable o1,
                   AbstractDrawable o2)