public interface Position extends EscherBase
Modifier and Type | Method and Description |
---|---|
Double |
getX() |
Double |
getY() |
boolean |
isSetX() |
boolean |
isSetY() |
void |
setX(Double x) |
void |
setY(Double y) |
getUserObject, putUserObject, userObjectEntrySet, userObjectKeys
Double getX()
Double getY()
boolean isSetX()
true
if the requested property is not null
.boolean isSetY()
true
if the requested property is not null
.void setX(Double x)
x
- the x to setvoid setY(Double y)
y
- the y to setCopyright © 2015–2019 University of Tübingen. All rights reserved.