|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.groupdocs.annotation.domain.request.Rectangle
public class Rectangle
Create annotation request rectangle
| Constructor Summary | |
|---|---|
Rectangle()
|
|
| 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 Rectangle()
| Method Detail |
|---|
public final double getX()
public final void setX(double x)
x - x coordinatepublic final double getY()
public final void setY(double y)
y - y coordinatepublic final double getWidth()
public final void setWidth(double width)
width - widthpublic final double getHeight()
public final void setHeight(double height)
height - height
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||