Abstract
Protected
canvasProtected
innerProtected
rendererProtected
rulesAbstract
clearAbstract
free(Try to) free memory. Currently only relevant on iOS.
Abstract
getAbstract
getAbstract
getOSMDBackendThe general type of backend: Canvas or SVG. This is not used for now (only VexflowBackendType used), but it may be useful when we don't want to use a Vexflow class.
Abstract
getAbstract
initializeAbstract
renderOptional
isSlur: booleanOptional
startNote: VexFlowGraphicalNoteAbstract
renderAbstract
renderOptional
id: stringAbstract
renderRenders a rectangle with the given style to the screen. It is given in screen coordinates.
the rect in screen coordinates
the style id
alpha value between 0 and 1
Abstract
renderOptional
color: stringOptional
fontFamily: stringAbstract
scaleAbstract
translate
The GraphicalMusicPage the backend is drawing from. Each backend only renders one GraphicalMusicPage, to which the coordinates are relative.