|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectdguitar.players.sound.PerformanceEvent
| Field Summary | |
(package private) EventStream |
eventStream
The event stream within which this performance event lies. |
(package private) PerformanceEvent |
next
The next performance event within this event stream. |
(package private) int |
offset
The time offset into the performance, in resolution units. |
| Constructor Summary | |
PerformanceEvent(EventStream stream,
int offset)
|
|
| Method Summary | |
PerformanceEvent |
getNext()
|
int |
getOffset()
|
void |
setNext(PerformanceEvent perfEvent)
Chain this performance event to the next one in the same event stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
EventStream eventStream
int offset
PerformanceEvent next
| Constructor Detail |
public PerformanceEvent(EventStream stream,
int offset)
stream - offset - | Method Detail |
public void setNext(PerformanceEvent perfEvent)
perfEvent - public PerformanceEvent getNext()
public int getOffset()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||