public class StrongAccent extends EmptyPlacement
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>
| Modifier and Type | Field and Description |
|---|---|
protected UpDown |
type |
color, defaultX, defaultY, fontFamily, fontSize, fontStyle, fontWeight, placement, relativeX, relativeY| Constructor and Description |
|---|
StrongAccent() |
| Modifier and Type | Method and Description |
|---|---|
UpDown |
getType()
Gets the value of the type property.
|
void |
setType(UpDown value)
Sets the value of the type property.
|
getColor, getDefaultX, getDefaultY, getFontFamily, getFontSize, getFontStyle, getFontWeight, getPlacement, getRelativeX, getRelativeY, setColor, setDefaultX, setDefaultY, setFontFamily, setFontSize, setFontStyle, setFontWeight, setPlacement, setRelativeX, setRelativeYprotected UpDown type
Copyright © 2016 Audiveris Ltd. All rights reserved.