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 final Double getHeight()
Get height

Returns:
height

setHeight

public final void setHeight(Double height)
Set height

Parameters:
height - height

getWidth

public final Double getWidth()
Get width

Returns:
width

setWidth

public final void setWidth(Double width)
Set width

Parameters:
width - width

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


Copyright © 2014. All rights reserved.