public class Point extends Object
Point()
Point(double x, double y)
double
getX()
getY()
void
setX(double x)
setY(double y)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Point()
public Point(double x, double y)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public String toString()
toString
Object
Copyright © 2020–2025. All rights reserved.