Class PagePart
java.lang.Object
com.github.barteksc.pdfviewer.model.PagePart
-
Constructor Summary
ConstructorsConstructorDescriptionPagePart(int page, android.graphics.Bitmap renderedBitmap, android.graphics.RectF pageRelativeBounds, boolean thumbnail, int cacheOrder) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintgetPage()android.graphics.RectFandroid.graphics.BitmapbooleanvoidsetCacheOrder(int cacheOrder)
-
Constructor Details
-
PagePart
public PagePart(int page, android.graphics.Bitmap renderedBitmap, android.graphics.RectF pageRelativeBounds, boolean thumbnail, int cacheOrder)
-
-
Method Details
-
getCacheOrder
public int getCacheOrder() -
getPage
public int getPage() -
getRenderedBitmap
public android.graphics.Bitmap getRenderedBitmap() -
getPageRelativeBounds
public android.graphics.RectF getPageRelativeBounds() -
isThumbnail
public boolean isThumbnail() -
setCacheOrder
public void setCacheOrder(int cacheOrder) -
equals
-