Package org.apache.poi.sl.draw.geom
Class AdjustPoint
java.lang.Object
org.apache.poi.sl.draw.geom.AdjustPoint
- All Implemented Interfaces:
AdjustPointIf
Java class for CT_AdjPoint2D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AdjPoint2D">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="x" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
<attribute name="y" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AdjustPoint
public AdjustPoint()
-
-
Method Details
-
getX
Description copied from interface:AdjustPointIfGets the value of the x property.- Specified by:
getXin interfaceAdjustPointIf
-
setX
Description copied from interface:AdjustPointIfSets the value of the x property.- Specified by:
setXin interfaceAdjustPointIf
-
isSetX
public boolean isSetX()- Specified by:
isSetXin interfaceAdjustPointIf
-
getY
Description copied from interface:AdjustPointIfGets the value of the y property.- Specified by:
getYin interfaceAdjustPointIf
-
setY
Description copied from interface:AdjustPointIfSets the value of the y property.- Specified by:
setYin interfaceAdjustPointIf
-
isSetY
public boolean isSetY()- Specified by:
isSetYin interfaceAdjustPointIf
-
equals
-
hashCode
public int hashCode()
-