Package gov.nasa.worldwind.draw
Class DrawableQueue
- java.lang.Object
-
- gov.nasa.worldwind.draw.DrawableQueue
-
public class DrawableQueue extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DrawableQueue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearDrawables()
int
count()
Drawable
getDrawable(int index)
void
offerDrawable(Drawable drawable, int groupId, double depth)
Drawable
peekDrawable()
Drawable
pollDrawable()
void
rewindDrawables()
void
sortDrawables()
-
-
-
Method Detail
-
count
public int count()
-
offerDrawable
public void offerDrawable(Drawable drawable, int groupId, double depth)
-
getDrawable
public Drawable getDrawable(int index)
-
peekDrawable
public Drawable peekDrawable()
-
pollDrawable
public Drawable pollDrawable()
-
rewindDrawables
public void rewindDrawables()
-
sortDrawables
public void sortDrawables()
-
clearDrawables
public void clearDrawables()
-
-