public class OcrRecogPoint extends java.lang.Object
点结构
int
x
y
OcrRecogPoint()
getX()
getY()
void
setX(int x)
setY(int y)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int x
public int y
public OcrRecogPoint()
public int getX()
获取x坐标
public void setX(int x)
设置x坐标
public int getY()
获取y坐标
public void setY(int y)
设置y坐标