Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SelectionMap<T, K> Abstract

A selection map maps a sub-section of music (a measure, for instance) to a region on the screen. SelectionMap can contain other SelectionMaps with different 'T', for instance, notes in a measure, in a 'Russian Dolls' kind of model. This allows us to search for elements in < O(n) time and avoid expensive geometry operations.

Type Parameters

  • T

  • K

Hierarchy

Index

Constructors

Properties

box: SvgBox = SvgBox.default

the outer bounding box of these selections

systemMap: Map<K, T> = ...

map of key to child SelectionMaps or SmoSelections

Methods

Generated using TypeDoc