Package ro.sync.exml.view.graphics
Class Point
java.lang.Object
ro.sync.exml.view.graphics.Point
A point with X and Y coordinates..
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public int xThe 'x' coordinate. -
y
public int yThe 'y' coordinate.
-
-
Constructor Details
-
Point
public Point(int x, int y) Creates a new Point.- Parameters:
x
- X coord.y
- Y coord.
-
-
Method Details