Class VelocityDetector
- java.lang.Object
-
- com.avaya.clientservices.media.gui.VelocityDetector
-
public class VelocityDetector extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VelocityDetector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetVelocityX()floatgetVelocityY()voidonTouchDown(double t, float x, float y)voidonTouchMove(double t, float x, float y)voidonTouchTransfer(double t, float dx, float dy)voidonTouchUp(double t, float x, float y)
-
-
-
Method Detail
-
onTouchDown
public void onTouchDown(double t, float x, float y)
-
onTouchMove
public void onTouchMove(double t, float x, float y)
-
onTouchUp
public void onTouchUp(double t, float x, float y)
-
onTouchTransfer
public void onTouchTransfer(double t, float dx, float dy)
-
getVelocityX
public float getVelocityX()
-
getVelocityY
public float getVelocityY()
-
-