DefaultScrollHandle
class DefaultScrollHandle(context: Context, inverted: Boolean = false) : RelativeLayout, ScrollHandle
Default implementation of the {@link ScrollHandle} interface that provides a visual indicator for scrolling within the PDF view.
Parameters
context
The context to use for creating the scroll handle.
inverted
Whether the scroll handle should be positioned inverted.
Functions
Link copied to clipboard
Method called by PDFView when the handle should be removed from layout. Do not call this method manually.
Link copied to clipboard
Hide the handle after some time (defined by the implementation).
Link copied to clipboard
Link copied to clipboard
Set the page number displayed on the handle.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Method called by PDFView after setting the scroll handle. Do not call this method manually. For usage sample see DefaultScrollHandle.