|
||||||||||
| 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.notation.Notation
net.charlesames.music.musicxml.notation.TechnicalNotation
public abstract class TechnicalNotation
The TechnicalNotation class implements the MusicXML <technical> notation.
| 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. |
void |
putXmlData(org.w3c.dom.Element element)
|
| Methods inherited from class net.charlesames.music.musicxml.notation.Notation |
|---|
getContent, getPlacement, setContent, setPlacement |
| 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 Notationpublic void putXmlData(org.w3c.dom.Element element)
putXmlData in class Notationpublic boolean equals(MusicXmlEntity other)
MusicXmlEntity
equals in class Notationother - The other object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||