class MotionPoint
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
(package private) int |
index |
|
(package private) long |
time |
|
(package private) int |
x |
|
(package private) int |
y |
| Constructor | Description |
|---|---|
MotionPoint() |
| Modifier and Type | Method | Description |
|---|---|---|
(package private) void |
set(int index,
int x,
int y,
long time) |
|
java.lang.String |
toString() |