|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openni.CropArea
public class CropArea
The CropArea object encapsulate cropping information data
Constructor Summary | |
---|---|
CropArea(int originX,
int originY,
int width,
int height)
The CropArea constructor |
Method Summary | |
---|---|
int |
getHeight()
Return height cropping value |
int |
getOriginX()
Return X cropping coordinate |
int |
getOriginY()
Return Y cropping coordinate |
int |
getWidth()
Return width cropping value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 valueMethod Detail |
---|
public int getOriginX()
public int getOriginY()
public int getWidth()
public int getHeight()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |