Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SvgPageMap

A container for all the SVG elements, and methods to manage adding and finding elements. Each page of the score has its own SVG element.

Hierarchy

  • SvgPageMap

Index

Constructors

Methods

  • createRenderers(): void
  • getRendererForPage(page: number): SvgPage
  • removePage(): void
  • updateContainerOffset(scrollPoint: SvgPoint): void
  • Update the offset of the music container DOM element, in client coordinates. This is used when converting absolute screen coordinates (like from a mouse event) to SVG coordinates

    Parameters

    Returns void

Generated using TypeDoc