Class | Description |
---|---|
AbstractOrderingStrategy |
An ordering strategy is a
Comparator for AbstractDrawable s
that may compute the priority between AbstractDrawable s d1 and d2. |
BarycentreOrderingStrategy |
The
BarycentreOrderingStrategy compare two AbstractDrawable s 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 and as thus no computation cost.
|
PointOrderingStrategy |
Copyright © 2016. All rights reserved.