Package org.audiveris.proxymusic
Class FrameNote
java.lang.Object
org.audiveris.proxymusic.FrameNote
The frame-note type represents each note included in the frame. An open string will have a fret value of 0, while a muted string will not be associated with a frame-note element.
Java class for frame-note complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="frame-note">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="string" type="{}string"/>
<element name="fret" type="{}fret"/>
<element name="fingering" type="{}fingering" minOccurs="0"/>
<element name="barre" type="{}barre" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBarre()Gets the value of the barre property.Gets the value of the fingering property.getFret()Gets the value of the fret property.Gets the value of the string property.voidSets the value of the barre property.voidsetFingering(Fingering value) Sets the value of the fingering property.voidSets the value of the fret property.voidSets the value of the string property.
-
Field Details
-
string
-
fret
-
fingering
-
barre
-
-
Constructor Details
-
FrameNote
public FrameNote()
-
-
Method Details
-
getString
Gets the value of the string property.- Returns:
- possible object is
String
-
setString
Sets the value of the string property.- Parameters:
value- allowed object isString
-
getFret
Gets the value of the fret property.- Returns:
- possible object is
Fret
-
setFret
Sets the value of the fret property.- Parameters:
value- allowed object isFret
-
getFingering
Gets the value of the fingering property.- Returns:
- possible object is
Fingering
-
setFingering
Sets the value of the fingering property.- Parameters:
value- allowed object isFingering
-
getBarre
Gets the value of the barre property.- Returns:
- possible object is
Barre
-
setBarre
Sets the value of the barre property.- Parameters:
value- allowed object isBarre
-