public class Point extends Object
int
x
y
Point(int x, int y)
boolean
equals(Object o)
getX()
getY()
hashCode()
void
move(int newX, int newY)
Point
moveBy(int xOffset, int yOffset)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public int x
public int y
public Point(int x, int y)
public int getX()
public int getY()
public Point moveBy(int xOffset, int yOffset)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public void move(int newX, int newY)
public String toString()
toString
Copyright © 2013. All Rights Reserved.