public class TileStates extends Object
TilesOverlay
, in order to get a count of the tiles, by stateConstructor and Description |
---|
TileStates() |
Modifier and Type | Method and Description |
---|---|
void |
finaliseLoop() |
int |
getExpired() |
int |
getNotFound() |
Collection<Runnable> |
getRunAfters() |
int |
getScaled() |
int |
getTotal() |
int |
getUpToDate() |
void |
handleTile(Drawable pDrawable) |
void |
initialiseLoop() |
boolean |
isDone() |
String |
toString() |
public Collection<Runnable> getRunAfters()
public void initialiseLoop()
public void finaliseLoop()
public void handleTile(Drawable pDrawable)
public boolean isDone()
public int getTotal()
public int getUpToDate()
public int getExpired()
public int getScaled()
public int getNotFound()