Class DefaultOrderingStrategy
java.lang.Object
org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
org.jzy3d.plot3d.rendering.ordering.DefaultOrderingStrategy
- All Implemented Interfaces:
Comparator<Drawable>
The default ordering strategy let drawables be displayed in their original order and as thus no
computation cost.
-
Field Summary
Fields inherited from class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
camera, transform, view -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
comparison, getCamera, getTransform, getView, setAll, setCamera, setTransform, setView, sortMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
DefaultOrderingStrategy
public DefaultOrderingStrategy()
-
-
Method Details
-
compare
-
score
Description copied from class:AbstractOrderingStrategyReturns a score for ranking this drawable among other drawables of the scenegraph.- Specified by:
scorein classAbstractOrderingStrategy
-
score
- Specified by:
scorein classAbstractOrderingStrategy
-