com.pspdfkit.ui.special_mode.controller.AnnotationInspectorController |
![]() |
Controller responsible for managing annotation inspector.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract boolean |
hasAnnotationInspector()
Whether annotation inspector toolbar icon should be visible.
| ||||||||||
abstract void |
hideAnnotationInspector(boolean animate)
Hides annotation inspector.
| ||||||||||
abstract boolean |
isAnnotationInspectorVisible()
Check if inspector is currently displayed.
| ||||||||||
abstract void |
showAnnotationInspector(boolean animate)
Show annotation inspector.
| ||||||||||
abstract void |
toggleAnnotationInspector(boolean animate)
Toggles between shown/hidden state of the annotation inspector.
|
Whether annotation inspector toolbar icon should be visible.
true
if the inspector toolbar icon should be visible, false
otherwise.
Hides annotation inspector.
animate | Whether to animate the change. |
---|
Check if inspector is currently displayed.
Show annotation inspector.
animate | Whether to animate the change. |
---|
Toggles between shown/hidden state of the annotation inspector.
animate | Whether to animate the change. |
---|