public class CTPath2DArcTo extends Object
Java class for CT_Path2DArcTo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Path2DArcTo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="wR" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
<attribute name="hR" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
<attribute name="stAng" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjAngle" />
<attribute name="swAng" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjAngle" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
hr |
protected String |
stAng |
protected String |
swAng |
protected String |
wr |
| Constructor and Description |
|---|
CTPath2DArcTo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHR()
Gets the value of the hr property.
|
String |
getStAng()
Gets the value of the stAng property.
|
String |
getSwAng()
Gets the value of the swAng property.
|
String |
getWR()
Gets the value of the wr property.
|
void |
setHR(String value)
Sets the value of the hr property.
|
void |
setStAng(String value)
Sets the value of the stAng property.
|
void |
setSwAng(String value)
Sets the value of the swAng property.
|
void |
setWR(String value)
Sets the value of the wr property.
|
protected String wr
protected String hr
protected String stAng
protected String swAng
public void setWR(String value)
value - allowed object is
Stringpublic void setHR(String value)
value - allowed object is
Stringpublic String getStAng()
Stringpublic void setStAng(String value)
value - allowed object is
Stringpublic String getSwAng()
StringCopyright © 2007-2019. All Rights Reserved.