Package io.anyline.plugin.result
Class CropRect
-
- All Implemented Interfaces:
public class CropRect
The rect information of the region that was processed within the image
-
-
Constructor Summary
Constructors Constructor Description CropRect()
-
Method Summary
Modifier and Type Method Description Integer
getX()
The X value (Required) void
setX(Integer x)
The X value (Required) Integer
getY()
The Y value (Required) void
setY(Integer y)
The Y value (Required) Integer
getWidth()
The width (Required) void
setWidth(Integer width)
The width (Required) Integer
getHeight()
The height (Required) void
setHeight(Integer height)
The height (Required) String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
hashCode
int hashCode()
-
-
-
-