Package com.pspdfkit.ui.drawable
Class PdfDrawable
-
- All Implemented Interfaces:
public abstract class PdfDrawable extends Drawable
Drawable subclass for drawing on top of a PDF document.
-
-
Constructor Summary
Constructors Constructor Description PdfDrawable()
-
Method Summary
Modifier and Type Method Description void
updatePdfToViewTransformation(@NonNull() Matrix matrix)
Called internally by PSPDFKit every time the PDF-to-view transformation was changed. -
-
Method Detail
-
updatePdfToViewTransformation
void updatePdfToViewTransformation(@NonNull() Matrix matrix)
Called internally by PSPDFKit every time the PDF-to-view transformation was changed.
- Parameters:
matrix
- The current PDF-to-view transformation matrix.
-
-
-
-