Uses of Class
net.charlesames.music.musicxml.attribute.NoteheadShape

Packages that use NoteheadShape
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
net.charlesames.music.musicxml The purpose of package music.musicxml is to generate files in MusicXML format. 
net.charlesames.music.musicxml.attribute   
 

Uses of NoteheadShape in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return NoteheadShape
 NoteheadShape UnpitchedSound.getNotehead()
          Getter for the Notehead property.
 

Methods in net.charlesames.music.ensemble with parameters of type NoteheadShape
 void UnpitchedSound.setNotehead(NoteheadShape value)
          Setter for the Notehead property.
 

Uses of NoteheadShape in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return NoteheadShape
 NoteheadShape NoteInMeasure.getNotehead()
          Getter for Notehead property.
 NoteheadShape Notehead.getShape()
          Getter for the Shape property.
 

Methods in net.charlesames.music.musicxml with parameters of type NoteheadShape
 void NoteInMeasure.setNotehead(NoteheadShape value)
          Setter for Notehead property.
 void Notehead.setShape(NoteheadShape shape)
          Setter for the Shape property.
 

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

Methods in net.charlesames.music.musicxml.attribute that return NoteheadShape
static NoteheadShape NoteheadShape.valueFromText(java.lang.String text)
          Get the NodeheadShape instance associated with the specified text.
static NoteheadShape NoteheadShape.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NoteheadShape[] NoteheadShape.values()
          Returns an array containing the constants of this enum type, in the order they are declared.