|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.annotation.domain.request.CreateAnnotationRequestPosition
public class CreateAnnotationRequestPosition
Create annotation request position
Constructor Summary | |
---|---|
CreateAnnotationRequestPosition()
|
Method Summary | |
---|---|
double |
getX()
Get x coordinate |
double |
getY()
Get y coordinate |
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 CreateAnnotationRequestPosition()
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 coordinate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |