Package-level declarations

Visual annotation contents hint for supported annotations.

Types

Link copied to clipboard
open class AlignedAnnotationHinterDrawable(noteIcon: Drawable, annotation: Annotation, annotationNoteHinterThemeConfiguration: AnnotationNoteHinterThemeConfiguration, horizontalAlignment: AlignedAnnotationHinterDrawable.HorizontalAlignment, verticalAlignment: AlignedAnnotationHinterDrawable.VerticalAlignment) : NoteHinterDrawable, OnAnnotationPropertyChangeListener

Note hinter drawable with configurable note alignment in both horizontal and vertical dimensions.

Link copied to clipboard
Link copied to clipboard
Wrapper class for extracting annotation note hinter theme attributes.
Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
class NoteMultilineAnnotationHinterDrawable(noteIcon: Drawable, annotation: Annotation, annotationNoteHinterThemeConfiguration: AnnotationNoteHinterThemeConfiguration) : NoteHinterDrawable, OnAnnotationPropertyChangeListener

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

Link copied to clipboard
Drawable used by AnnotationNoteHinter to visually notify text contents property for SquareAnnotation and CircleAnnotation.
Link copied to clipboard
Link copied to clipboard
class NoteTextMarkupAnnotationHinterDrawable(noteIcon: Drawable, annotation: Annotation, annotationNoteHinterThemeConfiguration: AnnotationNoteHinterThemeConfiguration) : NoteHinterDrawable, OnAnnotationPropertyChangeListener

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