public class CropArea
extends java.lang.Object
Constructor | Description |
---|---|
CropArea(int originX,
int originY,
int width,
int height) |
The CropArea constructor
|
Modifier and Type | Method | Description |
---|---|---|
int |
getHeight() |
Return height cropping value
|
int |
getOriginX() |
Return X cropping coordinate
|
int |
getOriginY() |
Return Y cropping coordinate
|
int |
getWidth() |
Return width cropping value
|
public CropArea(int originX, int originY, int width, int height)
originX
- X coordinate for the croppingoriginY
- Y coordinate for the croppingwidth
- width cropping valueheight
- height cropping valuepublic int getOriginX()
public int getOriginY()
public int getWidth()
public int getHeight()