public class SvgEllipse extends Object
Java class for svgEllipse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="svgEllipse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://comet.werk-ii.com/base}svgColorAtt"/>
<attribute name="cx" use="required" type="{http://comet.werk-ii.com/base}float" />
<attribute name="cy" use="required" type="{http://comet.werk-ii.com/base}float" />
<attribute name="rx" use="required" type="{http://comet.werk-ii.com/base}positiveFloat" />
<attribute name="ry" use="required" type="{http://comet.werk-ii.com/base}positiveFloat" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
cx |
protected BigDecimal |
cy |
protected String |
fill |
protected BigDecimal |
opacity |
protected BigDecimal |
rx |
protected BigDecimal |
ry |
protected String |
stroke |
protected BigDecimal |
strokeWidth |
| Constructor and Description |
|---|
SvgEllipse() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCx()
Gets the value of the cx property.
|
BigDecimal |
getCy()
Gets the value of the cy property.
|
String |
getFill()
Gets the value of the fill 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.
|
void |
setCx(BigDecimal value)
Sets the value of the cx property.
|
void |
setCy(BigDecimal value)
Sets the value of the cy property.
|
void |
setFill(String value)
Sets the value of the fill 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.
|
protected BigDecimal cx
protected BigDecimal cy
protected BigDecimal rx
protected BigDecimal ry
protected String fill
protected BigDecimal opacity
protected String stroke
protected BigDecimal strokeWidth
public BigDecimal getCx()
BigDecimalpublic void setCx(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getCy()
BigDecimalpublic void setCy(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.