com.groupdocs.annotation.domain.response
Class Box

java.lang.Object
  extended by com.groupdocs.annotation.domain.response.Box

public class Box
extends Object

Box object

Author:
Alex Bobkov

Constructor Summary
Box()
           
 
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

Box

public Box()
Method Detail

getHeight

public Double getHeight()
Get height

Returns:
height

setHeight

public void setHeight(Double height)
Set height

Parameters:
height - height

getWidth

public Double getWidth()
Get width

Returns:
width

setWidth

public void setWidth(Double width)
Set width

Parameters:
width - width

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.