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 Double
getHeight()
Double
getLeft()
Double
getTop()
Double
getWidth()
void
setArea(double left, double top, double width, double height)
void
setHeight(Double height)
void
setLeft(Double left)
void
setTop(Double top)
void
setWidth(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)
-
-