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 voidclearDrawables()intcount()DrawablegetDrawable(int index)voidofferDrawable(Drawable drawable, int groupId, double depth)DrawablepeekDrawable()DrawablepollDrawable()voidrewindDrawables()voidsortDrawables()
-
-
-
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()
-
-