|
||||||||||
| 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 Double getHeight()
public void setHeight(Double height)
height - heightpublic Double getWidth()
public void setWidth(Double width)
width - widthpublic Double getX()
public void setX(Double x)
x - x coordinatepublic Double getY()
public void setY(Double y)
y - y coordinate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||