|
|||||||||||
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.PerformanceNoteEvent
Field Summary | |
(package private) SongEvent |
event
The event in the Song that corresponds to this performance event. |
Fields inherited from class dguitar.players.sound.PerformanceEvent |
eventStream, next, offset |
Constructor Summary | |
PerformanceNoteEvent(EventStream stream,
int offset,
SongEvent event)
|
Method Summary | |
SongEvent |
getEvent()
|
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 |
SongEvent event
Constructor Detail |
public PerformanceNoteEvent(EventStream stream, int offset, SongEvent event)
stream
- offset
- event
- Method Detail |
public SongEvent getEvent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |