public class SvgCircle extends Object
Java class for svgCircle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="svgCircle">
<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="r" 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 |
r |
protected String |
stroke |
protected BigDecimal |
strokeWidth |
| Constructor and Description |
|---|
SvgCircle() |
| 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 |
getR()
Gets the value of the r 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 |
setR(BigDecimal value)
Sets the value of the r 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 r
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 getR()
BigDecimalpublic void setR(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.