public interface Box extends EscherBase, Position
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getHeight() |
java.lang.Double |
getWidth() |
boolean |
isSetHeight() |
boolean |
isSetWidth() |
void |
setHeight(java.lang.Double height) |
void |
setWidth(java.lang.Double width) |
getX, getY, isSetX, isSetY, setX, setY
getUserObject, putUserObject, userObjectEntrySet, userObjectKeys
void setHeight(java.lang.Double height)
height
- the height to setjava.lang.Double getHeight()
void setWidth(java.lang.Double width)
width
- the width to setjava.lang.Double getWidth()
boolean isSetHeight()
true
if the requested property is not null
.boolean isSetWidth()
true
if the requested property is not null
.