|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprovided.music.NoteCollection
public abstract class NoteCollection
A collection of multiple notes
Field Summary | |
---|---|
protected Note[] |
notes
An array of the notes that comprise this collection. |
Constructor Summary | |
---|---|
NoteCollection(Note... notes)
Constructor that takes notes that form this collection |
Method Summary | |
---|---|
Note[] |
getNotes()
Accessor for the array of notes in this collection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface provided.music.IPhrase |
---|
execute |
Field Detail |
---|
protected Note[] notes
Constructor Detail |
---|
public NoteCollection(Note... notes)
notes
- vararg list of the notes in this collectionMethod Detail |
---|
public Note[] getNotes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |