
| Constructor and Description |
|---|
PointL() |
PointL(long pX,
long pY) |
PointL(PointL pOther) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
void |
offset(long dx,
long dy) |
void |
set(long pX,
long pY) |
void |
set(PointL pOther) |
String |
toString() |