public class OCRRect
extends java.lang.Object
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) |
protected OCRRect(long cPtr, boolean cMemoryOwn)
public OCRRect()
public OCRRect(int x_, int y_, int width_, int height_)
protected static long getCPtr(OCRRect obj)
protected void finalize()
finalize
in class java.lang.Object
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()