public class SimpleBitmapPool extends java.lang.Object implements BitmapContainer
| Constructor and Description |
|---|
SimpleBitmapPool(PdfRendererParams params) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected void |
createBitmapAtIndex(int index) |
android.graphics.Bitmap |
get(int position) |
android.graphics.Bitmap |
getBitmap(int position) |
protected int |
getIndexFromPosition(int position) |
protected void |
recycleAll() |
void |
remove(int position) |
public SimpleBitmapPool(PdfRendererParams params)
public android.graphics.Bitmap getBitmap(int position)
public android.graphics.Bitmap get(int position)
get in interface BitmapContainerpublic void remove(int position)
remove in interface BitmapContainerpublic void clear()
clear in interface BitmapContainerprotected void recycleAll()
protected void createBitmapAtIndex(int index)
protected int getIndexFromPosition(int position)