Package org.audiveris.proxymusic
Class Slide
java.lang.Object
org.audiveris.proxymusic.Slide
Glissando and slide types both indicate rapidly moving from one pitch to the other so that individual notes are not discerned. A slide is continuous between the two pitches and defaults to a solid line. The optional text for a is printed alongside the line.
Java class for slide complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="slide">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attGroup ref="{}line-type"/>
<attGroup ref="{}print-style"/>
<attGroup ref="{}bend-sound"/>
<attGroup ref="{}dashed-formatting"/>
<attGroup ref="{}optional-unique-id"/>
<attribute name="type" use="required" type="{}start-stop" />
<attribute name="number" type="{}number-level" default="1" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected YesNoprotected BigDecimalprotected Stringprotected BigDecimalprotected BigDecimalprotected BigDecimalprotected BigDecimalprotected Stringprotected Stringprotected FontStyleprotected FontWeightprotected Stringprotected BigDecimalprotected LineTypeprotected Integerprotected BigDecimalprotected BigDecimalprotected BigDecimalprotected StartStopprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accelerate property.getBeats()Gets the value of the beats property.getColor()Gets the value of the color property.Gets the value of the dashLength property.Gets the value of the defaultX property.Gets the value of the defaultY property.Gets the value of the firstBeat property.Gets the value of the fontFamily property.Gets the value of the fontSize property.Gets the value of the fontStyle property.Gets the value of the fontWeight property.getId()Gets the value of the id property.Gets the value of the lastBeat property.Gets the value of the lineType property.intGets the value of the number property.Gets the value of the relativeX property.Gets the value of the relativeY property.Gets the value of the spaceLength property.getType()Gets the value of the type property.getValue()Gets the value of the value property.voidsetAccelerate(YesNo value) Sets the value of the accelerate property.voidsetBeats(BigDecimal value) Sets the value of the beats property.voidSets the value of the color property.voidsetDashLength(BigDecimal value) Sets the value of the dashLength property.voidsetDefaultX(BigDecimal value) Sets the value of the defaultX property.voidsetDefaultY(BigDecimal value) Sets the value of the defaultY property.voidsetFirstBeat(BigDecimal value) Sets the value of the firstBeat property.voidsetFontFamily(String value) Sets the value of the fontFamily property.voidsetFontSize(String value) Sets the value of the fontSize property.voidsetFontStyle(FontStyle value) Sets the value of the fontStyle property.voidsetFontWeight(FontWeight value) Sets the value of the fontWeight property.voidSets the value of the id property.voidsetLastBeat(BigDecimal value) Sets the value of the lastBeat property.voidsetLineType(LineType value) Sets the value of the lineType property.voidSets the value of the number property.voidsetRelativeX(BigDecimal value) Sets the value of the relativeX property.voidsetRelativeY(BigDecimal value) Sets the value of the relativeY property.voidsetSpaceLength(BigDecimal value) Sets the value of the spaceLength property.voidSets the value of the type property.voidSets the value of the value property.
-
Field Details
-
value
-
type
-
number
-
lineType
-
color
-
fontFamily
-
fontStyle
-
fontSize
-
fontWeight
-
defaultX
-
defaultY
-
relativeX
-
relativeY
-
accelerate
-
beats
-
firstBeat
-
lastBeat
-
dashLength
-
spaceLength
-
id
-
-
Constructor Details
-
Slide
public Slide()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
StartStop
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isStartStop
-
getNumber
public int getNumber()Gets the value of the number property.- Returns:
- possible object is
Integer
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isInteger
-
getLineType
Gets the value of the lineType property.- Returns:
- possible object is
LineType
-
setLineType
Sets the value of the lineType property.- Parameters:
value- allowed object isLineType
-
getColor
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
Sets the value of the color property.- Parameters:
value- allowed object isString
-
getFontFamily
Gets the value of the fontFamily property.- Returns:
- possible object is
String
-
setFontFamily
Sets the value of the fontFamily property.- Parameters:
value- allowed object isString
-
getFontStyle
Gets the value of the fontStyle property.- Returns:
- possible object is
FontStyle
-
setFontStyle
Sets the value of the fontStyle property.- Parameters:
value- allowed object isFontStyle
-
getFontSize
Gets the value of the fontSize property.- Returns:
- possible object is
String
-
setFontSize
Sets the value of the fontSize property.- Parameters:
value- allowed object isString
-
getFontWeight
Gets the value of the fontWeight property.- Returns:
- possible object is
FontWeight
-
setFontWeight
Sets the value of the fontWeight property.- Parameters:
value- allowed object isFontWeight
-
getDefaultX
Gets the value of the defaultX property.- Returns:
- possible object is
BigDecimal
-
setDefaultX
Sets the value of the defaultX property.- Parameters:
value- allowed object isBigDecimal
-
getDefaultY
Gets the value of the defaultY property.- Returns:
- possible object is
BigDecimal
-
setDefaultY
Sets the value of the defaultY property.- Parameters:
value- allowed object isBigDecimal
-
getRelativeX
Gets the value of the relativeX property.- Returns:
- possible object is
BigDecimal
-
setRelativeX
Sets the value of the relativeX property.- Parameters:
value- allowed object isBigDecimal
-
getRelativeY
Gets the value of the relativeY property.- Returns:
- possible object is
BigDecimal
-
setRelativeY
Sets the value of the relativeY property.- Parameters:
value- allowed object isBigDecimal
-
getAccelerate
Gets the value of the accelerate property.- Returns:
- possible object is
YesNo
-
setAccelerate
Sets the value of the accelerate property.- Parameters:
value- allowed object isYesNo
-
getBeats
Gets the value of the beats property.- Returns:
- possible object is
BigDecimal
-
setBeats
Sets the value of the beats property.- Parameters:
value- allowed object isBigDecimal
-
getFirstBeat
Gets the value of the firstBeat property.- Returns:
- possible object is
BigDecimal
-
setFirstBeat
Sets the value of the firstBeat property.- Parameters:
value- allowed object isBigDecimal
-
getLastBeat
Gets the value of the lastBeat property.- Returns:
- possible object is
BigDecimal
-
setLastBeat
Sets the value of the lastBeat property.- Parameters:
value- allowed object isBigDecimal
-
getDashLength
Gets the value of the dashLength property.- Returns:
- possible object is
BigDecimal
-
setDashLength
Sets the value of the dashLength property.- Parameters:
value- allowed object isBigDecimal
-
getSpaceLength
Gets the value of the spaceLength property.- Returns:
- possible object is
BigDecimal
-
setSpaceLength
Sets the value of the spaceLength property.- Parameters:
value- allowed object isBigDecimal
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-