Uses of Class
net.charlesames.music.musicxml.notation.Notation

Packages that use Notation
net.charlesames.music.musicxml The purpose of package music.musicxml is to generate files in MusicXML format. 
net.charlesames.music.musicxml.attribute   
net.charlesames.music.musicxml.notation   
 

Uses of Notation in net.charlesames.music.musicxml
 

Subclasses of Notation in net.charlesames.music.musicxml
 class OtherNotation
          The OtherNotation class implements the MusicXML <other-notation> notation.
 

Methods in net.charlesames.music.musicxml that return types with arguments of type Notation
 java.util.List<Notation> NoteInMeasure.getNotations()
          Get all notations.
 

Methods in net.charlesames.music.musicxml with parameters of type Notation
 void NoteInMeasure.addNotation(Notation notation)
          Add a Notation instance.
 

Uses of Notation in net.charlesames.music.musicxml.attribute
 

Methods in net.charlesames.music.musicxml.attribute that return Notation
 Notation Indication.getNotationInstance(MusicXmlEntity container)
          Create a Music XMLNotation instance as a child of the indicated parent.
 

Methods in net.charlesames.music.musicxml.attribute that return types with arguments of type Notation
 java.lang.Class<? extends Notation> Indication.getNotationClass()
           
 

Uses of Notation in net.charlesames.music.musicxml.notation
 

Subclasses of Notation in net.charlesames.music.musicxml.notation
 class Accent
          The Accent class implements the MusicXML <accent> articulation.
 class Articulation
          The Articulation class implements the MusicXML <articulations> notation.
 class BreathMark
          The BreathMark class implements the MusicXML <breath-mark> articulation.
 class Caesura
          The Caesura class implements the MusicXML <caesura> articulation.
 class DetachedLegato
          The DetachedLegato class implements the MusicXML <detached-legato> articulation.
 class Doit
          The Doit class implements the MusicXML <accent> articulation.
 class DownBow
          The DownBow class implements the MusicXML <down-bow> technical notation.
 class Falloff
          The Falloff class implements the MusicXML <falloff> articulation.
 class Fingering
          The Fingering class implements the MusicXML <fingering> technical notation.
 class OpenString
          The OpenString class implements the MusicXML <open-string> element.
 class Plop
          The Plop class implements the MusicXML <plop> articulation.
 class Scoop
          The Scoop class implements the MusicXML <scoop> articulation.
 class Slur
          The Slur class implements the MusicXML <slur> notation.
 class Spiccato
          The Spiccato class implements the MusicXML <spiccato> articulation.
 class Staccatissimo
          The Staccatissimo class implements the MusicXML <staccatissimo> articulation.
 class Staccato
          The Staccato class implements the MusicXML <staccato> articulation.
 class Stopped
          The Stopped class implements the MusicXML <stopped> element.
 class Stress
          The Stress class implements the MusicXML <stress> articulation.
 class StrongAccent
          The StrongAccent class implements the MusicXML <strong-accent> articulation.
 class TechnicalNotation
          The TechnicalNotation class implements the MusicXML <technical> notation.
 class Tenuto
          The Tenuto class implements the MusicXML <tenuto> articulation.
 class Tuplet
          The Tuplet class implements the MusicXML <tuplet> notation.
 class Unstress
          The Unstress class implements the MusicXML <unstress> articulation.
 class UpBow
          The UpBow class implements the MusicXML <up-bow> technical notation.