| Modifier and Type | Method and Description |
|---|---|
C |
dragBy(double dx,
double dy)
Drag from the center to the provided position
|
C |
dragBy(Duration d,
double dx,
double dy)
Drag from the center to the provided position
|
C |
dragTo(double x,
double y)
Drag from the center to the provided position
|
C |
dragTo(Duration d,
double x,
double y)
Drag from the center to the provided position
|
C dragTo(double x, double y)
x - the x coordinate on screeny - the y coordinate on screenC dragTo(Duration d, double x, double y)
d - durationx - the x coordinate on screeny - the y coordinate on screenC dragBy(double dx, double dy)
dx - the x delta from the center of the ownerdy - the y delta from the center of the ownerCopyright © 2017. All rights reserved.