public class Point extends Object
Point(int x, int y)
int
getX()
getY()
Point
move(int dx, int dy)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Point(int x, int y)
public int getX()
public int getY()
@Nonnull public Point move(int dx, int dy)
public String toString()
toString
Object
Copyright © 2017 etc.to. All rights reserved.