Package org.apache.poi.sl.draw.geom
Class AdjustPoint
- java.lang.Object
-
- org.apache.poi.sl.draw.geom.AdjustPoint
-
- All Implemented Interfaces:
AdjustPointIf
public class AdjustPoint extends java.lang.Object implements 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 Constructor Description AdjustPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetX()Gets the value of the x property.java.lang.StringgetY()Gets the value of the y property.inthashCode()booleanisSetX()booleanisSetY()voidsetX(java.lang.String value)Sets the value of the x property.voidsetY(java.lang.String value)Sets the value of the y property.
-
-
-
Method Detail
-
getX
public java.lang.String getX()
Description copied from interface:AdjustPointIfGets the value of the x property.- Specified by:
getXin interfaceAdjustPointIf
-
setX
public void setX(java.lang.String value)
Description copied from interface:AdjustPointIfSets the value of the x property.- Specified by:
setXin interfaceAdjustPointIf
-
isSetX
public boolean isSetX()
- Specified by:
isSetXin interfaceAdjustPointIf
-
getY
public java.lang.String getY()
Description copied from interface:AdjustPointIfGets the value of the y property.- Specified by:
getYin interfaceAdjustPointIf
-
setY
public void setY(java.lang.String value)
Description copied from interface:AdjustPointIfSets the value of the y property.- Specified by:
setYin interfaceAdjustPointIf
-
isSetY
public boolean isSetY()
- Specified by:
isSetYin interfaceAdjustPointIf
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-