MAIDR Documentation - v3.65.0
    Preparing search index...

    Class AnnounceTitleCommand

    Command to describe the title of the figure or subplot.

    Hierarchy

    • AnnounceCommand
      • AnnounceTitleCommand
    Index

    Constructors

    Properties

    context: Context
    textViewModel: TextViewModel
    audioService: AudioService
    textService: TextService
    displayService: DisplayService

    Methods

    • Restores the scope to the previous scope before entering label mode. Uses DisplayService to properly manage the focus stack and restore the correct scope (TRACE, BRAILLE, etc.) regardless of which scope was active before entering label mode.

      Returns void

    • Executes the command to display the title based on state type.

      • Single-panel plots: announces the figure title as "Title is ...".
      • Multi-panel at figure level: announces "Figure title is ...".
      • Multi-panel at trace level: announces "Subplot title is ...".

      Returns void