|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.annotation.domain.response.AnnotationPosition
public class AnnotationPosition
Annotation position object
Constructor Summary | |
---|---|
AnnotationPosition()
|
|
AnnotationPosition(Double x,
Double y)
|
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 AnnotationPosition()
public AnnotationPosition(Double x, Double y)
Method Detail |
---|
public 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 |