|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmusic.NoteCollection
public abstract class NoteCollection
A collection of multiple notes
Field Summary | |
---|---|
protected Note[] |
notes
|
Constructor Summary | |
---|---|
NoteCollection(Note... notes)
|
Method Summary | |
---|---|
Note[] |
getNotes()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface music.IPhrase |
---|
execute |
Field Detail |
---|
protected Note[] notes
Constructor Detail |
---|
public NoteCollection(Note... notes)
Method Detail |
---|
public Note[] getNotes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |