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