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