public class Bbox extends Object
Java class for bbox complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bbox">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="scale_x" type="{http://comet.werk-ii.com/base}floatN"/>
<element name="scale_y" type="{http://comet.werk-ii.com/base}floatN"/>
<element name="angle" type="{http://comet.werk-ii.com/base}angle"/>
<element name="angle_ref_x" type="{http://comet.werk-ii.com/base}floatN"/>
<element name="angle_ref_y" type="{http://comet.werk-ii.com/base}floatN"/>
<element name="skew" type="{http://comet.werk-ii.com/base}angle"/>
<element name="skew_ref_x" type="{http://comet.werk-ii.com/base}floatN"/>
<element name="skew_ref_y" type="{http://comet.werk-ii.com/base}floatN"/>
<element name="fill" type="{http://comet.werk-ii.com/base}fill"/>
</sequence>
<attribute name="x" type="{http://comet.werk-ii.com/base}float" />
<attribute name="y" type="{http://comet.werk-ii.com/base}float" />
<attribute name="width" type="{http://comet.werk-ii.com/base}float" />
<attribute name="height" type="{http://comet.werk-ii.com/base}float" />
<attribute name="fillindex" type="{http://comet.werk-ii.com/base}signedInt" />
<attribute name="stroke" type="{http://comet.werk-ii.com/base}floatN" />
<attribute name="stroke_width" type="{http://comet.werk-ii.com/base}floatN" />
<attribute name="opacity" type="{http://comet.werk-ii.com/base}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
angle |
protected String |
angleRefX |
protected String |
angleRefY |
protected Fill |
fill |
protected BigInteger |
fillindex |
protected BigDecimal |
height |
protected BigDecimal |
opacity |
protected String |
scaleX |
protected String |
scaleY |
protected BigDecimal |
skew |
protected String |
skewRefX |
protected String |
skewRefY |
protected String |
stroke |
protected String |
strokeWidth |
protected BigDecimal |
width |
protected BigDecimal |
x |
protected BigDecimal |
y |
| Constructor and Description |
|---|
Bbox() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAngle()
Gets the value of the angle property.
|
String |
getAngleRefX()
Gets the value of the angleRefX property.
|
String |
getAngleRefY()
Gets the value of the angleRefY property.
|
Fill |
getFill()
Gets the value of the fill property.
|
BigInteger |
getFillindex()
Gets the value of the fillindex property.
|
BigDecimal |
getHeight()
Gets the value of the height property.
|
BigDecimal |
getOpacity()
Gets the value of the opacity property.
|
String |
getScaleX()
Gets the value of the scaleX property.
|
String |
getScaleY()
Gets the value of the scaleY property.
|
BigDecimal |
getSkew()
Gets the value of the skew property.
|
String |
getSkewRefX()
Gets the value of the skewRefX property.
|
String |
getSkewRefY()
Gets the value of the skewRefY property.
|
String |
getStroke()
Gets the value of the stroke property.
|
String |
getStrokeWidth()
Gets the value of the strokeWidth property.
|
BigDecimal |
getWidth()
Gets the value of the width 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(String value)
Sets the value of the angleRefX property.
|
void |
setAngleRefY(String value)
Sets the value of the angleRefY property.
|
void |
setFill(Fill value)
Sets the value of the fill property.
|
void |
setFillindex(BigInteger value)
Sets the value of the fillindex property.
|
void |
setHeight(BigDecimal value)
Sets the value of the height property.
|
void |
setOpacity(BigDecimal value)
Sets the value of the opacity property.
|
void |
setScaleX(String value)
Sets the value of the scaleX property.
|
void |
setScaleY(String value)
Sets the value of the scaleY property.
|
void |
setSkew(BigDecimal value)
Sets the value of the skew property.
|
void |
setSkewRefX(String value)
Sets the value of the skewRefX property.
|
void |
setSkewRefY(String value)
Sets the value of the skewRefY property.
|
void |
setStroke(String value)
Sets the value of the stroke property.
|
void |
setStrokeWidth(String value)
Sets the value of the strokeWidth property.
|
void |
setWidth(BigDecimal value)
Sets the value of the width 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 scaleX
protected String scaleY
protected BigDecimal angle
protected String angleRefX
protected String angleRefY
protected BigDecimal skew
protected String skewRefX
protected String skewRefY
protected Fill fill
protected BigDecimal x
protected BigDecimal y
protected BigDecimal width
protected BigDecimal height
protected BigInteger fillindex
protected String stroke
protected String strokeWidth
protected BigDecimal opacity
public String getScaleX()
Stringpublic void setScaleX(String value)
value - allowed object is
Stringpublic String getScaleY()
Stringpublic void setScaleY(String value)
value - allowed object is
Stringpublic BigDecimal getAngle()
BigDecimalpublic void setAngle(BigDecimal value)
value - allowed object is
BigDecimalpublic String getAngleRefX()
Stringpublic void setAngleRefX(String value)
value - allowed object is
Stringpublic String getAngleRefY()
Stringpublic void setAngleRefY(String value)
value - allowed object is
Stringpublic BigDecimal getSkew()
BigDecimalpublic void setSkew(BigDecimal value)
value - allowed object is
BigDecimalpublic String getSkewRefX()
Stringpublic void setSkewRefX(String value)
value - allowed object is
Stringpublic String getSkewRefY()
Stringpublic void setSkewRefY(String value)
value - allowed object is
Stringpublic void setFill(Fill value)
value - allowed object is
Fillpublic 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 getWidth()
BigDecimalpublic void setWidth(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getHeight()
BigDecimalpublic void setHeight(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getFillindex()
BigIntegerpublic void setFillindex(BigInteger value)
value - allowed object is
BigIntegerpublic String getStroke()
Stringpublic void setStroke(String value)
value - allowed object is
Stringpublic String getStrokeWidth()
Stringpublic void setStrokeWidth(String value)
value - allowed object is
Stringpublic BigDecimal getOpacity()
BigDecimalpublic void setOpacity(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2017 SAP SE. All Rights Reserved.