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