public class ScreenPoint extends java.lang.Object
long
x
y
ScreenPoint()
ScreenPoint(long x, long y)
int
getIntX()
getIntY()
getX()
getY()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public long x
public long y
public ScreenPoint()
public ScreenPoint(long x, long y)
public long getX()
public long getY()
public int getIntX()
public int getIntY()