Uses of Class
net.charlesames.music.musicxml.Attributes

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

Uses of Attributes in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return Attributes
static Attributes Attributes.fromXmlNode(org.w3c.dom.Element element, Measure container)
          Create a new Attributes instance and fill it with loaded data.
 Attributes Measure.getAttributes(int time)
          Look for an Attributes instance at the indicated time; if one exists, return it; otherwise create a new instance.
static Attributes Attributes.getInstance(MusicXmlEntity container)
          Create a new Attributes instance.
 

Methods in net.charlesames.music.musicxml with parameters of type Attributes
static TimeSignature TimeSignature.fromXmlNode(org.w3c.dom.Element element, Attributes container)
          Create a new TimeSignature instance and fill it with loaded data.
static TimeSignature TimeSignature.getInstance(Attributes container)
          Create a new TimeSignature instance.