|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object test.songs.SongComponent test.songs.RepeatedSongComponent
Field Summary | |
(package private) int |
repeatCount
|
Fields inherited from class test.songs.SongComponent |
denominator, end, numerator, start |
Constructor Summary | |
RepeatedSongComponent(int numerator,
int denominator,
int start,
int end,
int repeat)
|
Method Summary | |
int |
getRepeatCount()
|
void |
setRepeatCount(int repeatCount)
|
Methods inherited from class test.songs.SongComponent |
getMeasureCount |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int repeatCount
Constructor Detail |
public RepeatedSongComponent(int numerator, int denominator, int start, int end, int repeat)
Method Detail |
public int getRepeatCount()
public void setRepeatCount(int repeatCount)
repeatCount
- The repeatCount to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |