Package com.logicaldoc.core.imaging
Class ImageZone
- java.lang.Object
-
- com.logicaldoc.core.imaging.ImageZone
-
-
Constructor Summary
Constructors Constructor Description ImageZone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetHeight()DoublegetLeft()DoublegetTop()DoublegetWidth()voidsetArea(double left, double top, double width, double height)voidsetHeight(Double height)voidsetLeft(Double left)voidsetTop(Double top)voidsetWidth(Double width)
-
-
-
Method Detail
-
getLeft
public Double getLeft()
-
setLeft
public void setLeft(Double left)
-
getTop
public Double getTop()
-
setTop
public void setTop(Double top)
-
getWidth
public Double getWidth()
-
setWidth
public void setWidth(Double width)
-
getHeight
public Double getHeight()
-
setHeight
public void setHeight(Double height)
-
setArea
public void setArea(double left, double top, double width, double height)
-
-