Package com.pspdfkit.ui.overlay
API for overlaying views on pages using the com.pspdfkit.ui.overlay.OverlayViewProvider.
The com.pspdfkit.ui.overlay.OverlayLayoutParams allows you to position the views on a page using PDF coordinates.
See: Description
-
Interface Summary Interface Description OverlayViewProviderObserver An observer interested in changes to the underlying set of views. -
Class Summary Class Description OverlayViewProvider Base class for classes that can return a list of views that should be drawn on top of the document. OverlayLayoutParams Layout parameters for overlay views. -
Enum Summary Enum Description SizingMode Value used for defining how measuring and layouting of the view will work. LayoutPosition Value used for defining whether to layout view around its center or from its top-left corner.