public class Image extends Object
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"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected LeftCenterRight |
halign |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected String |
source |
protected String |
type |
protected ValignImage |
valign |
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getDefaultX()
Gets the value of the defaultX property.
|
BigDecimal |
getDefaultY()
Gets the value of the defaultY property.
|
LeftCenterRight |
getHalign()
Gets the value of the halign property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
String |
getSource()
Gets the value of the source property.
|
String |
getType()
Gets the value of the type property.
|
ValignImage |
getValign()
Gets the value of the valign property.
|
void |
setDefaultX(BigDecimal value)
Sets the value of the defaultX property.
|
void |
setDefaultY(BigDecimal value)
Sets the value of the defaultY property.
|
void |
setHalign(LeftCenterRight value)
Sets the value of the halign property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValign(ValignImage value)
Sets the value of the valign property.
|
protected String source
protected String type
protected ValignImage valign
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
protected LeftCenterRight halign
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic ValignImage getValign()
ValignImagepublic void setValign(ValignImage value)
value - allowed object is
ValignImagepublic BigDecimal getDefaultX()
BigDecimalpublic void setDefaultX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getDefaultY()
BigDecimalpublic void setDefaultY(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeX()
BigDecimalpublic void setRelativeX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeY()
BigDecimalpublic void setRelativeY(BigDecimal value)
value - allowed object is
BigDecimalpublic LeftCenterRight getHalign()
LeftCenterRightpublic void setHalign(LeftCenterRight value)
value - allowed object is
LeftCenterRightCopyright © 2016 Audiveris Ltd. All rights reserved.