| java.lang.Object nl.improved.sqlclient.Point
Point | public class Point (Code) | | class holding the x/y position.
|
Field Summary | |
public int | x The current x value. | public int | y The current y value. |
Constructor Summary | |
public | Point(int x, int y) Constructor. |
x | public int x(Code) | | The current x value.
|
y | public int y(Code) | | The current y value.
|
Point | public Point(int x, int y)(Code) | | Constructor.
Parameters: x - the x position Parameters: y - the y position |
|
|