public class Point extends Object implements Cloneable
Point()
Object
clone()
int
getX()
getY()
void
setX(int x)
setY(int y)
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point()
public int getX()
public int getY()
public void setX(int x)
public void setY(int y)
public Object clone() throws CloneNotSupportedException
clone
CloneNotSupportedException
Copyright © 2019 Bstek. All rights reserved.