net.charlesames.music.musicxml.notation
Class Articulation

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.Articulation
Direct Known Subclasses:
Accent, BreathMark, Caesura, DetachedLegato, Doit, Falloff, Plop, Scoop, Spiccato, Staccatissimo, Staccato, Stress, StrongAccent, Tenuto, Unstress

public abstract class Articulation
extends Notation

The Articulation class implements the MusicXML <articulations> notation.

Author:
Charles Ames

Method Summary
 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
dispose, 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

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.