Package io.anyline.plugin.result
Class CropRect
-
- All Implemented Interfaces:
public class CropRectThe rect information of the region that was processed within the image
-
-
Constructor Summary
Constructors Constructor Description CropRect()
-
Method Summary
Modifier and Type Method Description IntegergetX()The X value (Required) voidsetX(Integer x)The X value (Required) IntegergetY()The Y value (Required) voidsetY(Integer y)The Y value (Required) IntegergetWidth()The width (Required) voidsetWidth(Integer width)The width (Required) IntegergetHeight()The height (Required) voidsetHeight(Integer height)The height (Required) StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
hashCode
int hashCode()
-
-
-
-