public class Point extends Object
Point()
Point(int x, int y)
int
getX()
getY()
void
setX(int x)
setY(int y)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Point()
public Point(int x, int y)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public String toString()
toString
Object
Copyright © 2019 TIBCO Software Inc.. All rights reserved.