Constructor and Description |
---|
KeySig()
Default Constructor
|
KeySig(int keySig,
int keyQual) |
KeySig(int time,
int keySig,
int keyQual) |
Modifier and Type | Method and Description |
---|---|
Event |
copy()
Makes a copy of an event
|
short |
getID()
Retrieve an events id
|
int |
getKeyQuality() |
int |
getKeySig() |
int |
getTime()
Retrieve an events time
|
void |
print()
Print this events data in a System.out.println format
|
int |
read(java.io.DataInputStream dis)
Read the contends of this objec in from disk.
Implemented by Sean T. |
void |
setKeyQuality(int keyQuality) |
void |
setKeySig(int keySig) |
void |
setTime(int time)
Set an events time
|
int |
write(java.io.DataOutputStream dos)
write out event data to disk
|
public KeySig()
public KeySig(int keySig, int keyQual)
public KeySig(int time, int keySig, int keyQual)
public int getKeyQuality()
public void setKeyQuality(int keyQuality)
public int getKeySig()
public void setKeySig(int keySig)
public int getTime()
Event
public void setTime(int time)
Event
public short getID()
Event
public int write(java.io.DataOutputStream dos) throws java.io.IOException
Event
public int read(java.io.DataInputStream dis) throws java.io.IOException
public Event copy() throws java.lang.CloneNotSupportedException
Event