net.charlesames.music.musicxml.notation
Class TechnicalNotation

java.lang.Object
  extended by net.charlesames.utility.common.Disposable
      extended by net.charlesames.music.musicxml.MusicXmlEntity
          extended by net.charlesames.music.musicxml.notation.Notation
              extended by net.charlesames.music.musicxml.notation.TechnicalNotation
Direct Known Subclasses:
DownBow, Fingering, OpenString, Stopped, UpBow

public abstract class TechnicalNotation
extends Notation

The TechnicalNotation class implements the MusicXML <technical> notation.

Author:
Charles Ames

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

dispose

public void dispose()
Description copied from class: Disposable
Release resources engaged by this object, thus rendering it amenable to garbage collection.

Overrides:
dispose in class Notation

putXmlData

public void putXmlData(org.w3c.dom.Element element)
Overrides:
putXmlData in class Notation

equals

public boolean equals(MusicXmlEntity other)
Description copied from class: MusicXmlEntity
Test if this MusicXML entity has the same content as another object.

Overrides:
equals in class Notation
Parameters:
other - The other object.
Returns:
True if both objects have the same content; false otherwise.