Package org.audiveris.proxymusic
Class Image
java.lang.Object
org.audiveris.proxymusic.Image
The image type is used to include graphical images in a score.
Java class for image complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="image">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}image-attributes"/>
<attGroup ref="{}optional-unique-id"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected BigDecimalprotected LeftCenterRightprotected BigDecimalprotected Stringprotected BigDecimalprotected BigDecimalprotected Stringprotected Stringprotected ValignImageprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the defaultX property.Gets the value of the defaultY property.Gets the value of the halign property.Gets the value of the height property.getId()Gets the value of the id property.Gets the value of the relativeX property.Gets the value of the relativeY property.Gets the value of the source property.getType()Gets the value of the type property.Gets the value of the valign property.getWidth()Gets the value of the width property.voidsetDefaultX(BigDecimal value) Sets the value of the defaultX property.voidsetDefaultY(BigDecimal value) Sets the value of the defaultY property.voidsetHalign(LeftCenterRight value) Sets the value of the halign property.voidsetHeight(BigDecimal value) Sets the value of the height property.voidSets the value of the id property.voidsetRelativeX(BigDecimal value) Sets the value of the relativeX property.voidsetRelativeY(BigDecimal value) Sets the value of the relativeY property.voidSets the value of the source property.voidSets the value of the type property.voidsetValign(ValignImage value) Sets the value of the valign property.voidsetWidth(BigDecimal value) Sets the value of the width property.
-
Field Details
-
source
-
type
-
height
-
width
-
defaultX
-
defaultY
-
relativeX
-
relativeY
-
valign
-
halign
-
id
-
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
getSource
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
Sets the value of the source property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getHeight
Gets the value of the height property.- Returns:
- possible object is
BigDecimal
-
setHeight
Sets the value of the height property.- Parameters:
value- allowed object isBigDecimal
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
BigDecimal
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isBigDecimal
-
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
-
getValign
Gets the value of the valign property.- Returns:
- possible object is
ValignImage
-
setValign
Sets the value of the valign property.- Parameters:
value- allowed object isValignImage
-
getHalign
Gets the value of the halign property.- Returns:
- possible object is
LeftCenterRight
-
setHalign
Sets the value of the halign property.- Parameters:
value- allowed object isLeftCenterRight
-
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
-