Package com.logicaldoc.core.imaging
Class ImageZone
- java.lang.Object
- 
- com.logicaldoc.core.imaging.ImageZone
 
- 
- 
Constructor SummaryConstructors Constructor Description ImageZone()
 - 
Method SummaryAll 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- 
getLeftpublic Double getLeft() 
 - 
setLeftpublic void setLeft(Double left) 
 - 
getToppublic Double getTop() 
 - 
setToppublic void setTop(Double top) 
 - 
getWidthpublic Double getWidth() 
 - 
setWidthpublic void setWidth(Double width) 
 - 
getHeightpublic Double getHeight() 
 - 
setHeightpublic void setHeight(Double height) 
 - 
setAreapublic void setArea(double left, double top, double width, double height)
 
- 
 
-