public class SvgRect extends Object
Java class for svgRect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="svgRect">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://comet.werk-ii.com/base}svgColorAtt"/>
<attribute name="x" use="required" type="{http://comet.werk-ii.com/base}float" />
<attribute name="y" use="required" type="{http://comet.werk-ii.com/base}float" />
<attribute name="width" use="required" type="{http://comet.werk-ii.com/base}positiveFloat" />
<attribute name="height" use="required" type="{http://comet.werk-ii.com/base}positiveFloat" />
<attribute name="rx" type="{http://comet.werk-ii.com/base}positiveFloat" />
<attribute name="ry" type="{http://comet.werk-ii.com/base}positiveFloat" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fill |
protected BigDecimal |
height |
protected BigDecimal |
opacity |
protected BigDecimal |
rx |
protected BigDecimal |
ry |
protected String |
stroke |
protected BigDecimal |
strokeWidth |
protected BigDecimal |
width |
protected BigDecimal |
x |
protected BigDecimal |
y |
| Constructor and Description |
|---|
SvgRect() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFill()
Gets the value of the fill property.
|
BigDecimal |
getHeight()
Gets the value of the height property.
|
BigDecimal |
getOpacity()
Gets the value of the opacity property.
|
BigDecimal |
getRx()
Gets the value of the rx property.
|
BigDecimal |
getRy()
Gets the value of the ry property.
|
String |
getStroke()
Gets the value of the stroke property.
|
BigDecimal |
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 |
setFill(String value)
Sets the value of the fill property.
|
void |
setHeight(BigDecimal value)
Sets the value of the height property.
|
void |
setOpacity(BigDecimal value)
Sets the value of the opacity property.
|
void |
setRx(BigDecimal value)
Sets the value of the rx property.
|
void |
setRy(BigDecimal value)
Sets the value of the ry property.
|
void |
setStroke(String value)
Sets the value of the stroke property.
|
void |
setStrokeWidth(BigDecimal 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 BigDecimal x
protected BigDecimal y
protected BigDecimal width
protected BigDecimal height
protected BigDecimal rx
protected BigDecimal ry
protected String fill
protected BigDecimal opacity
protected String stroke
protected BigDecimal strokeWidth
public 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 BigDecimal getRx()
BigDecimalpublic void setRx(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRy()
BigDecimalpublic void setRy(BigDecimal value)
value - allowed object is
BigDecimalpublic String getFill()
Stringpublic void setFill(String value)
value - allowed object is
Stringpublic BigDecimal getOpacity()
BigDecimalpublic void setOpacity(BigDecimal value)
value - allowed object is
BigDecimalpublic String getStroke()
Stringpublic void setStroke(String value)
value - allowed object is
Stringpublic BigDecimal getStrokeWidth()
BigDecimalpublic void setStrokeWidth(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2017 SAP SE. All Rights Reserved.