org.jzy3d.plot3d.rendering.ordering
Class DefaultOrderingStrategy
java.lang.Object
org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
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 and as thus no computation cost.
Methods inherited from class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy |
comparison, getCamera, getGl, getGlu, getTransform, getView, setAll, setCamera, setGl, setGlu, setTransform, setView, sort |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultOrderingStrategy
public DefaultOrderingStrategy()
compare
public int compare(AbstractDrawable o1,
AbstractDrawable o2)
score
public double score(AbstractDrawable drawable)
- Description copied from class:
AbstractOrderingStrategy
- Returns a score for ranking this drawable among other drawables of the scenegraph.
- Specified by:
score
in class AbstractOrderingStrategy
score
public double score(Coord3d coord)
- Specified by:
score
in class AbstractOrderingStrategy
Copyright © 2013. All rights reserved.