public class Point extends Object
Point()
Point(int x, int y)
int
getX()
getY()
void
move(int x, int y)
setLocation(int x, int y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point(int x, int y)
public Point()
public void move(int x, int y)
public void setLocation(int x, int y)
public int getX()
public int getY()
Copyright © 2015 Nuxeo SA. All rights reserved.