|
abc4j API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectabc.notation.Part
public class Part
Part objects are used to define parts in tunes.
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
char |
getLabel()
Returns the label that identifies this part. |
Tune.Music |
getMusic()
Returns the music to this part. |
void |
setLabel(char labelValue)
Sets the label that identifies this part. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setLabel(char labelValue)
labelValue - The label that identifies this part.public char getLabel()
public Tune.Music getMusic()
public java.lang.Object clone()
clone in class java.lang.Object
|
abc4j API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||