public interface OnDrawListener
| Modifier and Type | Method and Description |
|---|---|
void |
onLayerDrawn(android.graphics.Canvas canvas,
float pageWidth,
float pageHeight,
int displayedPage)
This method is called when the PDFView is
drawing its view.
|
void onLayerDrawn(android.graphics.Canvas canvas,
float pageWidth,
float pageHeight,
int displayedPage)
canvas - The canvas on which to draw things.pageWidth - The width of the current page.pageHeight - The height of the current page.displayedPage - The current page indexCopyright © 2013-2015. All Rights Reserved.