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 final double getX()
Get x coordinate

Returns:
x coordinate

setX

public final void setX(double x)
Set x coordinate

Parameters:
x - x coordinate

getY

public final double getY()
Get y coordinate

Returns:
y coordinate

setY

public final void setY(double y)
Set y coordinate

Parameters:
y - y coordinate

getWidth

public final double getWidth()
Get width

Returns:
width

setWidth

public final void setWidth(double width)
Set width

Parameters:
width - width

getHeight

public final double getHeight()
Get height

Returns:
height

setHeight

public final void setHeight(double height)
Set height

Parameters:
height - height


Copyright © 2014. All rights reserved.