public class Point extends java.lang.Object
private double
x
y
Point(int row, int column, int numberOfRows, int numberOfColumns)
double
getX()
getY()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final double x
private final double y
public Point(int row, int column, int numberOfRows, int numberOfColumns)
public double getX()
public double getY()