public class PagePart
extends java.lang.Object
| Constructor and Description |
|---|
PagePart(int page,
android.graphics.Bitmap renderedBitmap,
android.graphics.RectF pageRelativeBounds,
boolean thumbnail,
int cacheOrder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getCacheOrder() |
int |
getPage() |
android.graphics.RectF |
getPageRelativeBounds() |
android.graphics.Bitmap |
getRenderedBitmap() |
boolean |
isThumbnail() |
void |
setCacheOrder(int cacheOrder) |
public PagePart(int page,
android.graphics.Bitmap renderedBitmap,
android.graphics.RectF pageRelativeBounds,
boolean thumbnail,
int cacheOrder)
public int getCacheOrder()
public int getPage()
public android.graphics.Bitmap getRenderedBitmap()
public android.graphics.RectF getPageRelativeBounds()
public boolean isThumbnail()
public void setCacheOrder(int cacheOrder)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object