public class DragInfo extends Object
| Constructor and Description |
|---|
DragInfo(double x, double y)
|
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
getDeltaToLast()
|
Coordinate |
getDeltaToStart()
|
void |
update(double x, double y)
|
public void update(double x,
double y)public CoordinategetDeltaToLast()
public CoordinategetDeltaToStart()