com.groupdocs.annotation.domain.request
Class CreateAnnotationRequestPosition

java.lang.Object
  extended by com.groupdocs.annotation.domain.request.CreateAnnotationRequestPosition

public class CreateAnnotationRequestPosition
extends Object

Create annotation request position

Author:
Alex Bobkov

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

CreateAnnotationRequestPosition

public CreateAnnotationRequestPosition()
Method Detail

getX

public double getX()
Get x coordinate

Returns:
x coordinate

setX

public void setX(double x)
Set x coordinate

Parameters:
x - x coordinate

getY

public double getY()
Get y coordinate

Returns:
y coordinate

setY

public void setY(double y)
Set y coordinate

Parameters:
y - y coordinate


Copyright © 2014. All rights reserved.