Package org.audiveris.proxymusic
Class StrongAccent
java.lang.Object
org.audiveris.proxymusic.EmptyPlacement
org.audiveris.proxymusic.StrongAccent
The strong-accent type indicates a vertical accent mark. The type attribute indicates if the point of the accent is down or up.
Java class for strong-accent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="strong-accent">
<complexContent>
<extension base="{}empty-placement">
<attribute name="type" type="{}up-down" default="up" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.audiveris.proxymusic.EmptyPlacement
color, defaultX, defaultY, fontFamily, fontSize, fontStyle, fontWeight, placement, relativeX, relativeY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.audiveris.proxymusic.EmptyPlacement
getColor, getDefaultX, getDefaultY, getFontFamily, getFontSize, getFontStyle, getFontWeight, getPlacement, getRelativeX, getRelativeY, setColor, setDefaultX, setDefaultY, setFontFamily, setFontSize, setFontStyle, setFontWeight, setPlacement, setRelativeX, setRelativeY