public class ImageLoaderReturn extends LoaderReturn
errorString| Constructor and Description |
|---|
ImageLoaderReturn(int generation) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBitmap(android.graphics.Bitmap bitmap)
Add a Bitmap to the loader return.
|
void |
addImageTile(ImageTile image)
Add an image to this loaded return.
|
void |
clearImages()
Clear out the current images.
|
ImageTile[] |
getImages()
Return the images in this loader return.
|
addComponentObject, addComponentObjects, addOverlayComponentObjects, addTileData, clearComponentObjects, clearOverlayComponentObjects, deleteComponentObjects, dispose, finalize, getFirstData, getFrame, getGeneration, getTileData, getTileID, mergeChanges, setFrame, setGeneration, setTileIDpublic void addImageTile(ImageTile image)
public void addBitmap(android.graphics.Bitmap bitmap)
public ImageTile[] getImages()
public void clearImages()