| com.pspdfkit.ui.PdfActivityToolbarApi |
Interface that defines public API setters and getters for PdfActivity toolbar icons.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract int |
getEditAnnotationsIcon()
Returns the default icon for the annotation editing menu option.
| ||||||||||
| abstract int |
getEditAnnotationsIconActivated()
Returns the default icon for the annotation editing menu option when activated.
| ||||||||||
| abstract int |
getOutlineIcon()
Returns the default icon for the outline menu option.
| ||||||||||
| abstract int |
getOutlineIconActivated()
Returns the default icon for the outline menu option when activated.
| ||||||||||
| abstract int |
getPrintIcon()
Returns the default icon for the share menu option.
| ||||||||||
| abstract int |
getSearchIcon()
Returns the default icon for the search menu option.
| ||||||||||
| abstract int |
getSearchIconActivated()
Returns the default icon for the search menu option when activated.
| ||||||||||
| abstract int |
getSettingsIcon()
Returns the default icon for the settings menu option.
| ||||||||||
| abstract int |
getSettingsIconActivated()
Returns the default icon for the settings menu option when activated.
| ||||||||||
| abstract int |
getShareIcon()
Returns the default icon for the share menu option.
| ||||||||||
| abstract int |
getThumbnailGridIcon()
Returns the default icon for the thumbnail grid menu option.
| ||||||||||
| abstract int |
getThumbnailGridIconActivated()
Returns the default icon for the thumbnail grid menu option when activated.
| ||||||||||
| abstract int |
getToolbarIconsColor()
Returns the icons color (tint).
| ||||||||||
| abstract int |
getToolbarIconsColorActivated()
Returns the icons color (tint) when activated.
| ||||||||||
| abstract void |
setEditAnnotationsIcon(int editAnnotationsIcon)
Sets the default icon for the annotation editing menu option.
| ||||||||||
| abstract void |
setEditAnnotationsIconActivated(int editAnnotationsIconActivated)
Sets the default icon for the annotation editing menu option when activated.
| ||||||||||
| abstract void |
setOutlineIcon(int outlineIcon)
Sets the default icon for the outline menu option.
| ||||||||||
| abstract void |
setOutlineIconActivated(int outlineIconActivated)
Sets the default icon for the outline menu option when activated.
| ||||||||||
| abstract void |
setPrintIcon(int printIcon)
Sets the default icon for the share menu option.
| ||||||||||
| abstract void |
setSearchIcon(int searchIcon)
Sets the default icon for the search menu option.
| ||||||||||
| abstract void |
setSearchIconActivated(int searchIconActivated)
Sets the default icon for the search menu option when activated.
| ||||||||||
| abstract void |
setSettingsIcon(int settingsIcon)
Sets the default icon for the settings menu option.
| ||||||||||
| abstract void |
setSettingsIconActivated(int settingsIconActivated)
Sets the default icon for the settings menu option when activated.
| ||||||||||
| abstract void |
setShareIcon(int shareIcon)
Sets the default icon for the share menu option.
| ||||||||||
| abstract void |
setThumbnailGridIcon(int thumbnailGridIcon)
Sets the default icon for the thumbnail grid menu option.
| ||||||||||
| abstract void |
setThumbnailGridIconActivated(int thumbnailGridIconActivated)
Sets the default icon for the thumbnail grid menu option when activated.
| ||||||||||
| abstract void |
setToolbarIconsColor(int iconsColor)
Sets the icons color (tint).
| ||||||||||
| abstract void |
setToolbarIconsColorActivated(int iconsColorActivated)
Sets the icons color (tint) when activated.
| ||||||||||
Returns the default icon for the annotation editing menu option.
Returns the default icon for the annotation editing menu option when activated.
Returns the default icon for the outline menu option.
Returns the default icon for the outline menu option when activated.
Returns the default icon for the share menu option.
Returns the default icon for the search menu option.
Returns the default icon for the search menu option when activated.
Returns the default icon for the settings menu option.
Returns the default icon for the settings menu option when activated.
Returns the default icon for the share menu option.
Returns the default icon for the thumbnail grid menu option.
Returns the default icon for the thumbnail grid menu option when activated.
Returns the icons color (tint).
Returns the icons color (tint) when activated.
Sets the default icon for the annotation editing menu option.
| editAnnotationsIcon | Annotation editing menu option drawable resource. |
|---|
Sets the default icon for the annotation editing menu option when activated.
| editAnnotationsIconActivated | Activated annotation editing menu option drawable resource. |
|---|
Sets the default icon for the outline menu option.
| outlineIcon | Outline menu option drawable resource. |
|---|
Sets the default icon for the outline menu option when activated.
| outlineIconActivated | Activated outline menu option drawable resource. |
|---|
Sets the default icon for the share menu option.
| printIcon | Share menu option drawable resource. |
|---|
Sets the default icon for the search menu option.
| searchIcon | Search menu option drawable resource. |
|---|
Sets the default icon for the search menu option when activated.
| searchIconActivated | Activated search menu option drawable resource. |
|---|
Sets the default icon for the settings menu option.
| settingsIcon | Settings menu option drawable resource. |
|---|
Sets the default icon for the settings menu option when activated.
| settingsIconActivated | Activated settings menu option drawable resource. |
|---|
Sets the default icon for the share menu option.
| shareIcon | Share menu option drawable resource. |
|---|
Sets the default icon for the thumbnail grid menu option.
| thumbnailGridIcon | Thumbnail grid menu option drawable resource. |
|---|
Sets the default icon for the thumbnail grid menu option when activated.
| thumbnailGridIconActivated | Activated thumbnail grid menu option drawable resource. |
|---|
Sets the icons color (tint).
| iconsColor | Default color of the icons. |
|---|
Sets the icons color (tint) when activated.
| iconsColorActivated | Default color of the icons when activated. |
|---|