public interface Point2D
int
getX()
getY()
void
setLocation(int x, int y)
void setLocation(int x, int y)
int getX()
int getY()