NoteMultilineAnnotationHinterDrawable

open class NoteMultilineAnnotationHinterDrawable : NoteHinterDrawable, OnAnnotationPropertyChangeListener

Drawable used by AnnotationNoteHinter to visually notify text contents property for InkAnnotation, PolygonAnnotation, and PolylineAnnotation.

Constructors

Link copied to clipboard
constructor(@NonNull noteIcon: Drawable, @NonNull annotation: Annotation, @NonNull annotationNoteHinterThemeConfiguration: AnnotationNoteHinterThemeConfiguration)

Functions

Link copied to clipboard
open fun dispose()
Disposes the drawable.
Link copied to clipboard
open fun onAnnotationPropertyChange(@NonNull annotation: Annotation, property: Int, @Nullable oldValue: Any, @Nullable newValue: Any)
Called when annotation property has changed.
Link copied to clipboard
Called internally by PSPDFKit every time the PDF-to-view transformation was changed.