public class DefaultOrderingStrategy extends AbstractOrderingStrategy
| Constructor and Description |
|---|
DefaultOrderingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(AbstractDrawable o1,
AbstractDrawable o2) |
double |
score(AbstractDrawable drawable)
Returns a score for ranking this drawable among other drawables of the scenegraph.
|
double |
score(Coord3d coord) |
comparison, getCamera, getGl, getGlu, getTransform, getView, setAll, setCamera, setGl, setGlu, setTransform, setView, sortclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(AbstractDrawable o1, AbstractDrawable o2)
public double score(AbstractDrawable drawable)
AbstractOrderingStrategyscore in class AbstractOrderingStrategypublic double score(Coord3d coord)
score in class AbstractOrderingStrategyCopyright © 2016. All rights reserved.