NoteHinterDrawable

Drawable used by AnnotationNoteHinter to visually notify text contents property for supported annotation types.

Inheritors

Properties

Link copied to clipboard
open val repliesCount: Int

Functions

Link copied to clipboard
open fun draw(@NonNull canvas: Canvas)
Link copied to clipboard
Gets the annotation this drawable is associated with.
Link copied to clipboard
open fun getOpacity(): Int
Link copied to clipboard
Link copied to clipboard
open fun setAlpha(@IntRange(from = 0, to = 255) alpha: Int)
Link copied to clipboard
open fun setColorFilter(@Nullable colorFilter: ColorFilter)
Link copied to clipboard
Called internally by PSPDFKit every time the PDF-to-view transformation was changed.
Link copied to clipboard
open fun updateRepliesCount(@NonNull annotationProvider: AnnotationProvider)
Refreshes the replies count of the associated annotation.