|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.players.sound.PerformanceEvent dguitar.players.sound.PerformanceTimerEvent
Field Summary | |
(package private) int |
beat
|
(package private) int |
division
|
(package private) SongMeasure |
measure
|
(package private) int |
totalDivisions
|
Fields inherited from class dguitar.players.sound.PerformanceEvent |
eventStream, next, offset |
Constructor Summary | |
PerformanceTimerEvent(EventStream es,
int offset,
SongMeasure measure,
int beat,
int division,
int totalDivisions)
|
Method Summary | |
int |
getBeat()
|
int |
getDivision()
|
int |
getMeasure()
|
int |
getTotalBeats()
|
int |
getTotalDivisions()
|
Methods inherited from class dguitar.players.sound.PerformanceEvent |
getNext, getOffset, setNext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
SongMeasure measure
int beat
int division
int totalDivisions
Constructor Detail |
public PerformanceTimerEvent(EventStream es, int offset, SongMeasure measure, int beat, int division, int totalDivisions)
es
- offset
- measure
- beat
- division
- totalDivisions
- Method Detail |
public int getBeat()
public int getDivision()
public int getMeasure()
public int getTotalBeats()
public int getTotalDivisions()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |