Package org.jzy3d.plot3d.rendering.ordering

Class Summary
AbstractOrderingStrategy An ordering strategy is a Comparator for AbstractDrawables that may compute the priority between AbstractDrawables d1 and d2.
BarycentreOrderingStrategy The BarycentreOrderingStrategy compare two AbstractDrawables by computing their respective distances to the Camera, which must be referenced prior to any comparison.
DefaultOrderingStrategy The default ordering strategy let drawables be displayed in their original order.
OrderingStrategyFactory  
PointOrderingStrategy