| java.lang.Object | ||
| ↳ | com.pdftron.pdf.widget.base.BaseObservable | |
| ↳ | com.pdftron.pdf.widget.preset.component.model.SinglePresetState | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SinglePresetState() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static SinglePresetState | fromAnnotStyle(AnnotStyle annotStyle, int iconRes) | ||||||||||
| static SinglePresetState | fromBitmap(Bitmap bitmap) | ||||||||||
| static SinglePresetState | fromEmptyState(int description) | ||||||||||
| static SinglePresetState | fromImageFile(File imageFile) | ||||||||||
| AnnotStyle | getAnnotStyle() | ||||||||||
| Bitmap | getBitmap() | ||||||||||
| int | getEmptyStateDesc() | ||||||||||
| int | getIconRes() | ||||||||||
| File | getImageFile() | ||||||||||
| void | setAnnotStyle(AnnotStyle annotStyle) | ||||||||||
| void | setBitmap(Bitmap bitmap) | ||||||||||
| void | setEmptyState(int emptyStateDesc) | ||||||||||
| void | setIconRes(int iconRes) | ||||||||||
| void | setImageFile(File imageFile) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.pdf.widget.base.BaseObservable
| |||||||||||
From class
java.lang.Object
| |||||||||||