- All Implemented Interfaces:
IPoint
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PxPoint
public PxPoint(int x,
int y)
-
Method Details
-
x
public int x()
- Specified by:
x in interface IPoint
-
x
public int x(int x)
- Specified by:
x in interface IPoint
-
y
public int y()
- Specified by:
y in interface IPoint
-
y
public int y(int y)
- Specified by:
y in interface IPoint