Package de.elo.ix.client
Class PointInfo
java.lang.Object
de.elo.ix.client.PointInfo
- All Implemented Interfaces:
Serializable
This class describes a 2D point.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
protected int xX coordinate -
y
protected int yY coordinate
-
-
Constructor Details
-
PointInfo
public PointInfo() -
PointInfo
-
PointInfo
public PointInfo(int x, int y)
-
-
Method Details