public class SvgPolygon extends Object
Java class for svgPolygon complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="svgPolygon">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://comet.werk-ii.com/base}svgColorAtt"/>
<attribute name="points" use="required" type="{http://comet.werk-ii.com/base}svgPolyDesc" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fill |
protected BigDecimal |
opacity |
protected String |
points |
protected String |
stroke |
protected BigDecimal |
strokeWidth |
| Constructor and Description |
|---|
SvgPolygon() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFill()
Gets the value of the fill property.
|
BigDecimal |
getOpacity()
Gets the value of the opacity property.
|
String |
getPoints()
Gets the value of the points property.
|
String |
getStroke()
Gets the value of the stroke property.
|
BigDecimal |
getStrokeWidth()
Gets the value of the strokeWidth property.
|
void |
setFill(String value)
Sets the value of the fill property.
|
void |
setOpacity(BigDecimal value)
Sets the value of the opacity property.
|
void |
setPoints(String value)
Sets the value of the points property.
|
void |
setStroke(String value)
Sets the value of the stroke property.
|
void |
setStrokeWidth(BigDecimal value)
Sets the value of the strokeWidth property.
|
protected String points
protected String fill
protected BigDecimal opacity
protected String stroke
protected BigDecimal strokeWidth
public String getPoints()
Stringpublic void setPoints(String value)
value - allowed object is
Stringpublic 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.