MAIDR Documentation - v3.58.2
    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

    Methods

    • Restores the scope to the correct parent after a label describe command. Returns to SUBPLOT when at figure level (came from FIGURE_LABEL), TRACE otherwise (came from TRACE_LABEL).

      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