| java.lang.Object | |
| ↳ | com.pspdfkit.ui.note.AnnotationNoteHinterThemeConfiguration |
Wrapper class for extracting annotation note hinter theme attributes.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public final boolean | intrinsicSize | Whether or not using intrinsic size or predefined noteHinterWidth and noteHinterHeight. |
|||||||||
| public final int | noteHinterAlpha | Alpha value to use on note hinter drawable. | |||||||||
| public final int | noteHinterColor | Tint color to use on note hinter drawable. | |||||||||
| public int | noteHinterDrawable | Note hinter drawable resource id. | |||||||||
| public final int | noteHinterHeight | Note hinter drawable height. | |||||||||
| public final int | noteHinterWidth | Note hinter drawable width. | |||||||||
| public final int | noteMarkupTextLeftPadding | Note hinter drawable left padding specific for NoteTextMarkupAnnotationHinterDrawable. |
|||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AnnotationNoteHinterThemeConfiguration(Context context) | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Whether or not using intrinsic size or predefined noteHinterWidth and noteHinterHeight.
Alpha value to use on note hinter drawable.
Tint color to use on note hinter drawable.
Note hinter drawable resource id.
Note hinter drawable height.
Note hinter drawable width.
Note hinter drawable left padding specific for NoteTextMarkupAnnotationHinterDrawable.