|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jamesbryangraves.bob.music.MusicEvent
public class MusicEvent
Constructor Summary | |
---|---|
MusicEvent(int pitch,
long value,
long tick)
|
Method Summary | |
---|---|
int |
getPitch()
|
long |
getTick()
|
long |
getValue()
|
void |
setPitch(int pitch)
|
void |
setTick(long tick)
|
void |
setValue(long value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MusicEvent(int pitch, long value, long tick)
Method Detail |
---|
public int getPitch()
public void setPitch(int pitch)
public long getTick()
public void setTick(long tick)
public long getValue()
public void setValue(long value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |