Package org.apache.poi.sl.draw.geom
Class PolarAdjustHandle
java.lang.Object
org.apache.poi.sl.draw.geom.PolarAdjustHandle
- All Implemented Interfaces:
AdjustHandle
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the gdRefAng property.Gets the value of the gdRefR property.Gets the value of the maxAng property.getMaxR()Gets the value of the maxR property.Gets the value of the minAng property.getMinR()Gets the value of the minR property.getPos()Gets the value of the pos property.inthashCode()booleanbooleanbooleanbooleanbooleanbooleanbooleanisSetPos()voidsetGdRefAng(String value) Sets the value of the gdRefAng property.voidSets the value of the gdRefR property.voidSets the value of the maxAng property.voidSets the value of the maxR property.voidSets the value of the minAng property.voidSets the value of the minR property.voidsetPos(AdjustPoint value) Sets the value of the pos property.
-
Constructor Details
-
PolarAdjustHandle
public PolarAdjustHandle()
-
-
Method Details
-
getPos
Gets the value of the pos property.- Returns:
- possible object is
AdjustPoint
-
setPos
Sets the value of the pos property.- Parameters:
value- allowed object isAdjustPoint
-
isSetPos
public boolean isSetPos() -
getGdRefR
Gets the value of the gdRefR property.- Returns:
- possible object is
String
-
setGdRefR
Sets the value of the gdRefR property.- Parameters:
value- allowed object isString
-
isSetGdRefR
public boolean isSetGdRefR() -
getMinR
Gets the value of the minR property.- Returns:
- possible object is
String
-
setMinR
Sets the value of the minR property.- Parameters:
value- allowed object isString
-
isSetMinR
public boolean isSetMinR() -
getMaxR
Gets the value of the maxR property.- Returns:
- possible object is
String
-
setMaxR
Sets the value of the maxR property.- Parameters:
value- allowed object isString
-
isSetMaxR
public boolean isSetMaxR() -
getGdRefAng
Gets the value of the gdRefAng property.- Returns:
- possible object is
String
-
setGdRefAng
Sets the value of the gdRefAng property.- Parameters:
value- allowed object isString
-
isSetGdRefAng
public boolean isSetGdRefAng() -
getMinAng
Gets the value of the minAng property.- Returns:
- possible object is
String
-
setMinAng
Sets the value of the minAng property.- Parameters:
value- allowed object isString
-
isSetMinAng
public boolean isSetMinAng() -
getMaxAng
Gets the value of the maxAng property.- Returns:
- possible object is
String
-
setMaxAng
Sets the value of the maxAng property.- Parameters:
value- allowed object isString
-
isSetMaxAng
public boolean isSetMaxAng() -
equals
-
hashCode
public int hashCode()
-