public class Point
extends Object
- Author:
- yvan
-
Constructor Summary
Constructors
Point(double x,
double y)
-
Method Summary
-
Constructor Details
-
Point
public Point(double x,
double y)
-
Method Details
-
getX
public double getX()
-
getY
public double getY()
-
setX
public void setX(double x)
-
setY
public void setY(double y)
-