|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabc.notation.NoteAbstract
abc.notation.MultiNote
A multi note is a group of notes that should be played together.
Field Summary |
Fields inherited from class abc.notation.NoteAbstract |
DOWN, NONE, UP |
Constructor Summary | |
MultiNote(java.util.Vector notes)
Creates a new MultiNote from given notes. |
Method Summary | |
Note |
getLongestNote()
Returns the longest note of this multi note. |
java.util.Vector |
getNotesAsVector()
Returns a new vector containing all Note objects contained in this multi note. |
Methods inherited from class abc.notation.NoteAbstract |
getBow, getChordName, getDotted, getGracingNotes, getGracingNotesLength, getTuplet, hasGeneralGracing, hasGracingNotes, hasStaccato, isPartOfSlur, isPartOfTuplet, setBow, setChordName, setDotted, setGeneralGracing, setGracingNotes, setPartOfSlur, setStaccato, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MultiNote(java.util.Vector notes)
notes
- A Vector containing the NoteAbstract of this
MultiNote.Method Detail |
public Note getLongestNote()
public java.util.Vector getNotesAsVector()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |