public interface Box extends EscherBase, Position
Modifier and Type | Method and Description |
---|---|
Double |
getHeight() |
Double |
getWidth() |
boolean |
isSetHeight() |
boolean |
isSetWidth() |
void |
setHeight(Double height) |
void |
setWidth(Double width) |
getX, getY, isSetX, isSetY, setX, setY
getUserObject, putUserObject, userObjectEntrySet, userObjectKeys
void setHeight(Double height)
height
- the height to setDouble getHeight()
void setWidth(Double width)
width
- the width to setDouble getWidth()
boolean isSetHeight()
true
if the requested property is not null
.boolean isSetWidth()
true
if the requested property is not null
.Copyright © 2015–2019 University of Tübingen. All rights reserved.