public class Point extends Object
double
x
y
Point()
Point(double x, double y)
boolean
equals(Object obj)
getX()
getY()
Point
setX(double x)
setY(double y)
String
toString()
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public double x
public double y
public Point()
public Point(double x, double y)
public double getX()
public Point setX(double x)
public double getY()
public Point setY(double y)
public boolean equals(Object obj)
equals
Object
public String toString()
toString
Copyright © 2022 Eclipse. All rights reserved.