java.lang.Object
provided.abcMusic.musicFW.NoteCollection
A collection of multiple notes
----------------------------------------------
A collection of Notes
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoteCollection(Note... notes)
Constructor that takes notes that form this collection -
Method Summary
-
Field Details
-
notes
An array of the notes that comprise this collection.
-
-
Constructor Details
-
NoteCollection
Constructor that takes notes that form this collection- Parameters:
notes
- vararg list of the notes in this collection
-
-
Method Details
-
getNotes
Accessor for the array of notes in this collection- Returns:
- the array of notes
-