java.lang.Object | |
↳ | com.pspdfkit.ui.note.AnnotationNoteHinterThemeConfiguration |
Wrapper class for extracting annotation note hinter theme attributes.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public int | instantCommentHinterDrawable | Resource id for the Instant comment thread drawable, | |||||||||
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Resource id for the Instant comment thread drawable,
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
.