Package org.openni
Class CropArea
- java.lang.Object
-
- org.openni.CropArea
-
public class CropArea extends java.lang.Object
The CropArea object encapsulate cropping information data
-
-
Constructor Summary
Constructors Constructor Description CropArea(int originX, int originY, int width, int height)
The CropArea constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeight()
Return height cropping valueint
getOriginX()
Return X cropping coordinateint
getOriginY()
Return Y cropping coordinateint
getWidth()
Return width cropping value
-
-
-
Method Detail
-
getOriginX
public int getOriginX()
Return X cropping coordinate- Returns:
- X cropping coordinate
-
getOriginY
public int getOriginY()
Return Y cropping coordinate- Returns:
- Y cropping coordinate
-
getWidth
public int getWidth()
Return width cropping value- Returns:
- width cropping value
-
getHeight
public int getHeight()
Return height cropping value- Returns:
- height cropping value
-
-