|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jazz.core.Note
| Constructor Summary | |
Note()
|
|
Note(Duration d)
|
|
Note(Pitch p)
|
|
Note(Pitch p,
Duration d)
|
|
| Method Summary | |
java.lang.Object |
clone()
|
Duration |
getDuration()
|
Pitch |
getPitch()
|
void |
setDuration(Duration d)
|
void |
setPitch(Pitch p)
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Note()
public Note(Pitch p)
public Note(Duration d)
public Note(Pitch p,
Duration d)
| Method Detail |
public Duration getDuration()
getDuration in interface Countablepublic void setDuration(Duration d)
setDuration in interface Countablepublic Pitch getPitch()
public void setPitch(Pitch p)
public java.lang.Object clone()
clone in interface Countableclone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||