PagePart
constructor(page: Int, renderedBitmap: Bitmap?, pageRelativeBounds: RectF, isThumbnail: Boolean, cacheOrder: Int)
Parameters
page
The page number.
renderedBitmap
The rendered {@link Bitmap} for this page part.
pageRelativeBounds
The bounds of the page part relative to the page itself.
isThumbnail
Whether this page part represents a thumbnail.
cacheOrder
The order in which the page part was added to the cache, used for caching strategies.