AnnotationInspectorController

Base interface for controlling the visibility of a property inspector panel.

This interface defines the show/hide/toggle contract that the annotation mode handler (AnnotatingController) uses to interact with any inspector UI without knowing its concrete type. It is implemented by both annotation inspectors and form editing inspectors.

For annotation-specific inspector lifecycle (binding to a controller, state save/restore), see com.pspdfkit.ui.inspector.annotation.AnnotatingInspectorController.

Inheritors

Functions

Link copied to clipboard
open fun displayScalePicker(animate: Boolean)
Toggles between shown/hidden state of the annotation inspector and displays the measurements scale picker.
Link copied to clipboard
Whether annotation inspector toolbar icon should be visible.
Link copied to clipboard
abstract fun hideAnnotationInspector(animate: Boolean)
Hides annotation inspector.
Link copied to clipboard
Check if inspector is currently displayed.
Link copied to clipboard
abstract fun showAnnotationInspector(animate: Boolean)
Show annotation inspector.
Link copied to clipboard
abstract fun toggleAnnotationInspector(animate: Boolean)
Toggles between shown/hidden state of the annotation inspector.