public class

NoteLineAnnotationHinterDrawable

extends AlignedAnnotationHinterDrawable
java.lang.Object
   ↳ android.graphics.drawable.Drawable
     ↳ com.pspdfkit.ui.drawable.PdfDrawable
       ↳ com.pspdfkit.ui.note.NoteHinterDrawable
         ↳ com.pspdfkit.ui.note.AlignedAnnotationHinterDrawable
           ↳ com.pspdfkit.ui.note.NoteLineAnnotationHinterDrawable

Class Overview

Drawable used by AnnotationNoteHinter to visually notify text contents property for LineAnnotation.

Summary

[Expand]
Inherited Fields
From class com.pspdfkit.ui.note.NoteHinterDrawable
Public Constructors
NoteLineAnnotationHinterDrawable(Drawable noteIcon, Annotation annotation, AnnotationNoteHinterThemeConfiguration annotationNoteHinterThemeConfiguration)
[Expand]
Inherited Methods
From class com.pspdfkit.ui.note.AlignedAnnotationHinterDrawable
From class com.pspdfkit.ui.note.NoteHinterDrawable
From class com.pspdfkit.ui.drawable.PdfDrawable
From class android.graphics.drawable.Drawable
From class java.lang.Object
From interface com.pspdfkit.internal.undo.annotations.OnAnnotationPropertyChangeListener

Public Constructors

public NoteLineAnnotationHinterDrawable (Drawable noteIcon, Annotation annotation, AnnotationNoteHinterThemeConfiguration annotationNoteHinterThemeConfiguration)