|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.annotation.domain.response.Box
public class Box
Box object
Constructor Summary | |
---|---|
Box()
|
Method Summary | |
---|---|
Double |
getHeight()
Get height |
Double |
getWidth()
Get width |
Double |
getX()
Get x coordinate |
Double |
getY()
Get y coordinate |
void |
setHeight(Double height)
Set height |
void |
setWidth(Double width)
Set width |
void |
setX(Double x)
Set x coordinate |
void |
setY(Double y)
Set y coordinate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Box()
Method Detail |
---|
public final Double getHeight()
public final void setHeight(Double height)
height
- heightpublic final Double getWidth()
public final void setWidth(Double width)
width
- widthpublic final Double getX()
public final void setX(Double x)
x
- x coordinatepublic final Double getY()
public final void setY(Double y)
y
- y coordinate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |