public interface Position extends EscherBase
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getX() |
java.lang.Double |
getY() |
boolean |
isSetX() |
boolean |
isSetY() |
void |
setX(java.lang.Double x) |
void |
setY(java.lang.Double y) |
getUserObject, putUserObject, userObjectEntrySet, userObjectKeys
java.lang.Double getX()
java.lang.Double getY()
boolean isSetX()
true
if the requested property is not null
.boolean isSetY()
true
if the requested property is not null
.void setX(java.lang.Double x)
x
- the x to setvoid setY(java.lang.Double y)
y
- the y to set