public class Point extends java.lang.Object
该点的坐标为像素坐标。
Point()
Point(int x, int y)
int
getX()
getY()
void
setX(int x)
setY(int y)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point(int x, int y)
x
y
public Point()
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)