Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
OCRRect() |
|
OCRRect(int x_,
int y_,
int width_,
int height_) |
protected |
OCRRect(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(OCRRect obj) |
int |
getHeight() |
int |
getWidth() |
int |
getX() |
int |
getY() |
void |
setHeight(int value) |
void |
setWidth(int value) |
void |
setX(int value) |
void |
setY(int value) |
protected OCRRect(long cPtr, boolean cMemoryOwn)
public OCRRect()
public OCRRect(int x_, int y_, int width_, int height_)
protected static long getCPtr(OCRRect obj)
public void delete()
public void setX(int value)
public int getX()
public void setY(int value)
public int getY()
public void setHeight(int value)
public int getHeight()
public void setWidth(int value)
public int getWidth()