Package org.apache.poi.sl.draw.geom
Interface AdjustPointIf
-
- All Known Implementing Classes:
AdjustPoint
public interface AdjustPointIf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getX()
Gets the value of the x property.String
getY()
Gets the value of the y property.boolean
isSetX()
boolean
isSetY()
void
setX(String value)
Sets the value of the x property.void
setY(String value)
Sets the value of the y property.
-