com.groupdocs.annotation.domain.request
Class CreateAnnotationRequestRectangle

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

public class CreateAnnotationRequestRectangle
extends Object

Create annotation request rectangle

Author:
Alex Bobkov

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

CreateAnnotationRequestRectangle

public CreateAnnotationRequestRectangle()
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

getWidth

public double getWidth()
Get width

Returns:
width

setWidth

public void setWidth(double width)
Set width

Parameters:
width - width

getHeight

public double getHeight()
Get height

Returns:
height

setHeight

public void setHeight(double height)
Set height

Parameters:
height - height


Copyright © 2014. All rights reserved.