|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.charlesames.utility.common.Disposable
net.charlesames.music.musicxml.MusicXmlEntity
net.charlesames.music.musicxml.TimedEvent
public abstract class TimedEvent
The TimedEvent class implements functionality shared between MusicXML elements that happen at a specific time point within a measure.
| Method Summary | |
|---|---|
void |
dispose()
Release resources engaged by this object, thus rendering it amenable to garbage collection. |
boolean |
equals(MusicXmlEntity other)
Test if this MusicXML entity has the same content as another object. |
java.lang.String |
getComment()
Getter for the Comment property. |
int |
getDefaultX()
Getter for the DefaultX property. |
int |
getDuration()
Getter for the Duration property |
int |
getTime()
Getter for the Time property |
boolean |
isInChord()
Getter for the InChord property |
void |
putXmlData(org.w3c.dom.Element element)
|
void |
setComment(java.lang.String comment)
Setter for the Comment property. |
void |
setDefaultX(int defaultX)
Setter for the DefaultX property. |
void |
setTime(int time)
Setter for the Time property |
| Methods inherited from class net.charlesames.music.musicxml.MusicXmlEntity |
|---|
getContainer, makeDirty, toXmlNode |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void dispose()
Disposable
dispose in class Disposablepublic int getDefaultX()
public void setDefaultX(int defaultX)
defaultX - The intended DefaultX value.public int getTime()
public void setTime(int time)
time - The intended Time value.public java.lang.String getComment()
public void setComment(java.lang.String comment)
comment - The intended Comment value.public boolean isInChord()
public int getDuration()
public void putXmlData(org.w3c.dom.Element element)
public boolean equals(MusicXmlEntity other)
MusicXmlEntity
equals in class MusicXmlEntityother - The other object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||