public class Point extends Object
int
index
state
static int
STATE_CHECK
STATE_CHECK_ERROR
STATE_NORMAL
float
x
y
Point()
Point(float x, float y, int value)
getColNum()
getRowNum()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static int STATE_NORMAL
public static int STATE_CHECK
public static int STATE_CHECK_ERROR
public float x
public float y
public int state
public int index
public Point()
public Point(float x, float y, int value)
public int getColNum()
public int getRowNum()