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">
<sequence>
<element name="path" type="{http://comet.werk-ii.com/base}pathN"/>
<element name="content" type="{http://comet.werk-ii.com/base}textN"/>
<element name="x" type="{http://comet.werk-ii.com/base}float"/>
<element name="y" type="{http://comet.werk-ii.com/base}float"/>
<element name="scale_x" type="{http://comet.werk-ii.com/base}float"/>
<element name="scale_y" type="{http://comet.werk-ii.com/base}float"/>
<element name="angle" type="{http://comet.werk-ii.com/base}float"/>
<element name="angle_ref_x" type="{http://comet.werk-ii.com/base}float"/>
<element name="angle_ref_y" type="{http://comet.werk-ii.com/base}float"/>
<element name="skew" type="{http://comet.werk-ii.com/base}float"/>
<element name="skew_ref_x" type="{http://comet.werk-ii.com/base}float"/>
<element name="skew_ref_y" type="{http://comet.werk-ii.com/base}float"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
angle |
protected BigDecimal |
angleRefX |
protected BigDecimal |
angleRefY |
protected String |
content |
protected String |
path |
protected BigDecimal |
scaleX |
protected BigDecimal |
scaleY |
protected BigDecimal |
skew |
protected BigDecimal |
skewRefX |
protected BigDecimal |
skewRefY |
protected BigDecimal |
x |
protected BigDecimal |
y |
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAngle()
Gets the value of the angle property.
|
BigDecimal |
getAngleRefX()
Gets the value of the angleRefX property.
|
BigDecimal |
getAngleRefY()
Gets the value of the angleRefY property.
|
String |
getContent()
Gets the value of the content property.
|
String |
getPath()
Gets the value of the path property.
|
BigDecimal |
getScaleX()
Gets the value of the scaleX property.
|
BigDecimal |
getScaleY()
Gets the value of the scaleY property.
|
BigDecimal |
getSkew()
Gets the value of the skew property.
|
BigDecimal |
getSkewRefX()
Gets the value of the skewRefX property.
|
BigDecimal |
getSkewRefY()
Gets the value of the skewRefY property.
|
BigDecimal |
getX()
Gets the value of the x property.
|
BigDecimal |
getY()
Gets the value of the y property.
|
void |
setAngle(BigDecimal value)
Sets the value of the angle property.
|
void |
setAngleRefX(BigDecimal value)
Sets the value of the angleRefX property.
|
void |
setAngleRefY(BigDecimal value)
Sets the value of the angleRefY property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setScaleX(BigDecimal value)
Sets the value of the scaleX property.
|
void |
setScaleY(BigDecimal value)
Sets the value of the scaleY property.
|
void |
setSkew(BigDecimal value)
Sets the value of the skew property.
|
void |
setSkewRefX(BigDecimal value)
Sets the value of the skewRefX property.
|
void |
setSkewRefY(BigDecimal value)
Sets the value of the skewRefY property.
|
void |
setX(BigDecimal value)
Sets the value of the x property.
|
void |
setY(BigDecimal value)
Sets the value of the y property.
|
protected String path
protected String content
protected BigDecimal x
protected BigDecimal y
protected BigDecimal scaleX
protected BigDecimal scaleY
protected BigDecimal angle
protected BigDecimal angleRefX
protected BigDecimal angleRefY
protected BigDecimal skew
protected BigDecimal skewRefX
protected BigDecimal skewRefY
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic BigDecimal getX()
BigDecimalpublic void setX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getY()
BigDecimalpublic void setY(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getScaleX()
BigDecimalpublic void setScaleX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getScaleY()
BigDecimalpublic void setScaleY(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getAngle()
BigDecimalpublic void setAngle(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getAngleRefX()
BigDecimalpublic void setAngleRefX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getAngleRefY()
BigDecimalpublic void setAngleRefY(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getSkew()
BigDecimalpublic void setSkew(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getSkewRefX()
BigDecimalpublic void setSkewRefX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getSkewRefY()
BigDecimalpublic void setSkewRefY(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2017 SAP SE. All Rights Reserved.