Package com.logicaldoc.core.imaging
Class ImageZone
- java.lang.Object
-
- com.logicaldoc.core.imaging.ImageZone
-
public class ImageZone extends Object
A zone specification inside an image.- Since:
- 8.4.2
- Author:
- Marco Meschieri - LogicalDOC
-
-
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)
-
-
-
Constructor Detail
-
ImageZone
public ImageZone()
-
ImageZone
public ImageZone(ImageZone source)
-
-
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)
-
-