public class CTPolarAdjustHandle extends Object
Java class for CT_PolarAdjustHandle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PolarAdjustHandle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pos" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AdjPoint2D"/>
</sequence>
<attribute name="gdRefR" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_GeomGuideName" />
<attribute name="minR" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
<attribute name="maxR" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
<attribute name="gdRefAng" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_GeomGuideName" />
<attribute name="minAng" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjAngle" />
<attribute name="maxAng" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjAngle" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CTPolarAdjustHandle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGdRefAng()
Gets the value of the gdRefAng property.
|
String |
getGdRefR()
Gets the value of the gdRefR property.
|
String |
getMaxAng()
Gets the value of the maxAng property.
|
String |
getMaxR()
Gets the value of the maxR property.
|
String |
getMinAng()
Gets the value of the minAng property.
|
String |
getMinR()
Gets the value of the minR property.
|
CTAdjPoint2D |
getPos()
Gets the value of the pos property.
|
boolean |
isSetGdRefAng() |
boolean |
isSetGdRefR() |
boolean |
isSetMaxAng() |
boolean |
isSetMaxR() |
boolean |
isSetMinAng() |
boolean |
isSetMinR() |
boolean |
isSetPos() |
void |
setGdRefAng(String value)
Sets the value of the gdRefAng property.
|
void |
setGdRefR(String value)
Sets the value of the gdRefR property.
|
void |
setMaxAng(String value)
Sets the value of the maxAng property.
|
void |
setMaxR(String value)
Sets the value of the maxR property.
|
void |
setMinAng(String value)
Sets the value of the minAng property.
|
void |
setMinR(String value)
Sets the value of the minR property.
|
void |
setPos(CTAdjPoint2D value)
Sets the value of the pos property.
|
public CTAdjPoint2D getPos()
CTAdjPoint2Dpublic void setPos(CTAdjPoint2D value)
value - allowed object is
CTAdjPoint2Dpublic boolean isSetPos()
public String getGdRefR()
Stringpublic void setGdRefR(String value)
value - allowed object is
Stringpublic boolean isSetGdRefR()
public String getMinR()
Stringpublic void setMinR(String value)
value - allowed object is
Stringpublic boolean isSetMinR()
public String getMaxR()
Stringpublic void setMaxR(String value)
value - allowed object is
Stringpublic boolean isSetMaxR()
public String getGdRefAng()
Stringpublic void setGdRefAng(String value)
value - allowed object is
Stringpublic boolean isSetGdRefAng()
public String getMinAng()
Stringpublic void setMinAng(String value)
value - allowed object is
Stringpublic boolean isSetMinAng()
public String getMaxAng()
Stringpublic void setMaxAng(String value)
value - allowed object is
Stringpublic boolean isSetMaxAng()
Copyright © 2010 - 2020 Adobe. All Rights Reserved