| java.lang.Object | ||
| ↳ | com.pspdfkit.ui.drawable.PdfDrawableProvider | |
| ↳ | com.pspdfkit.ui.note.AnnotationNoteHinter | |
PdfDrawableProvider creating visual contents hints for supported Annotation.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pspdfkit.ui.drawable.PdfDrawableProvider
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AnnotationNoteHinter(Context context) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| synchronized List<? extends PdfDrawable> |
getDrawablesForPage(Context context, PdfDocument document, int pageIndex)
Returns all drawables for the given
document and pageIndex. | ||||||||||
| void |
onAnnotationCreated(Annotation annotation)
Called when annotation has been created.
| ||||||||||
| void |
onAnnotationRemoved(Annotation annotation)
Called when existing annotation has been removed.
| ||||||||||
| void |
onAnnotationUpdated(Annotation annotation)
Called when existing annotation has changed.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pspdfkit.ui.drawable.PdfDrawableProvider
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.pspdfkit.annotations.AnnotationProvider.OnAnnotationUpdatedListener
| |||||||||||
Returns all drawables for the given document and pageIndex. The framework may call this method on any thread.
| context | Context for resource resolution. |
|---|---|
| document | The currently loaded PdfDocument. |
| pageIndex | Number of the page for which the drawables should be returned. |
Called when existing annotation has been removed.
Called when existing annotation has changed.