public class DrawableQueue
extends java.lang.Object
Constructor and Description |
---|
DrawableQueue() |
Modifier and Type | Method and 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() |
public int count()
public void offerDrawable(Drawable drawable, int groupId, double depth)
public Drawable getDrawable(int index)
public Drawable peekDrawable()
public Drawable pollDrawable()
public void rewindDrawables()
public void sortDrawables()
public void clearDrawables()