Interface | Description |
---|---|
LayoutCallback |
The callback from SScore.layout which adds each SSystem to the layout
|
Class | Description |
---|---|
BarGroup |
Information about items in a bar of a particular part
returned from SScore.getBarContents()
|
BarlineItem |
MusicXML
|
ClefItem |
a clef in the score
|
Component |
an atomic component of the layout for hit-testing etc.
|
CursorRect |
a bar cursor rectangle
|
DirectionItem |
a
|
Harmony |
MusicXML
|
Harmony.Chord |
a harmony chord
|
Harmony.Frame |
a harmony frame
|
Harmony.FrameNote |
a note in a frame
|
Harmony.HarmonyKind |
MusicXML
|
Harmony.HarmonyPitch |
define a (step/alter) pitch value
|
HarmonyItem |
a harmony item in the score
|
Header |
Encapsulates the MusicXML Score Header information
|
Item |
Define an item in the score
|
KeySigItem |
Information about a key signature in the score
|
LayoutOptions |
Define options for the score layout
|
LoadOptions |
Define options when loading the score
|
LoadWarning |
Define a warning about any problem discovered during load
|
NoteItem |
a note or rest in the score
|
PartName |
Define the full/abbreviated name for a part
|
Point |
Define an (x,y) coordinate
|
RenderItem |
Identify an item for special rendering and the define the rendering parameters (colour)
to use with SSystem.drawWithOptions()
|
RenderItem.Colour |
Define a Colour with alpha
|
Size |
define a 2d size
|
Sound |
From MusicXML
|
SoundItem |
a Sound item in the score
|
SScore |
The main class of the SeeScore API, this encapsulates all information about the score loaded from a MusicXML file
|
SScoreKey |
Define the licence key for SeeScore Library feature access
|
SSystem |
A System is a range of bars able to draw itself in a Canvas, and is a product of calling SScore.layout()
|
SSystem.BarRange |
define a range of bars which the system includes
|
SSystemList |
A list of
SSystem |
Tied |
Define parameters for a tie in the layout
|
TimedItem |
Define an item with start time and duration in MusicXML divisions
|
TimeSigItem |
Information about a time signature in the score
|
Version |
The library version information from SScore.getVersion()
|
Enum | Description |
---|---|
Component.Type |
define the types of component
|
LoadWarning.E |
Define the type of element with the problem
|
LoadWarning.W |