|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabc.notation.RepeatedPartAbstract
Abstract class that defines the number of times a part in the score should be repeated.
Constructor Summary | |
RepeatedPartAbstract()
Creates a new repeated part. |
Method Summary | |
int |
getNumberOfRepeats()
Returns the number of times this part should be repeated. |
void |
setNumberOfRepeats(int repeatNumber)
Sets the number of times this part should be repeated. |
abstract Part[] |
toPartsArray()
Returns this repeated part as an array of singles parts. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RepeatedPartAbstract()
Method Detail |
public int getNumberOfRepeats()
public void setNumberOfRepeats(int repeatNumber)
repeatNumber
- The number of times this part should be repeated.public abstract Part[] toPartsArray()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |