Package com.pspdfkit.ui.drawable
API for drawing content on pages using the com.pspdfkit.ui.drawable.PdfDrawable.
A com.pspdfkit.ui.drawable.PdfDrawable is a drawable subclass providing a PDF-to-screen transformation matrix to implementations via getPdfToPageTransformation. To let the drawable draw content on a page, create a com.pspdfkit.ui.drawable.PdfDrawableProvider returning the drawable and register it via addDrawableProvider.
See: Description
-
Interface Summary Interface Description DrawableProviderObserver An observer interested in changes to the underlying set of drawables. PdfDrawableManager Interface for objects that manage a list of PdfDrawableProvider instances. -
Class Summary Class Description PdfDrawableProvider Interface for a class that can return a list of PdfDrawable instances that should be drawn on top of the document. PdfDrawable Drawable subclass for drawing on top of a PDF document.