de.unibi.airobots.resaidroid.helper
Class EclairMotionEvent

java.lang.Object
  extended by de.unibi.airobots.resaidroid.helper.WrapMotionEvent
      extended by de.unibi.airobots.resaidroid.helper.EclairMotionEvent

public class EclairMotionEvent
extends WrapMotionEvent


Method Summary
 int getPointerCount()
           
 int getPointerId(int pointerIndex)
           
 float getX(int pointerIndex)
           
 float getY(int pointerIndex)
           
 
Methods inherited from class de.unibi.airobots.resaidroid.helper.WrapMotionEvent
getAction, getX, getY, wrap
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getX

public float getX(int pointerIndex)
Overrides:
getX in class WrapMotionEvent

getY

public float getY(int pointerIndex)
Overrides:
getY in class WrapMotionEvent

getPointerCount

public int getPointerCount()
Overrides:
getPointerCount in class WrapMotionEvent

getPointerId

public int getPointerId(int pointerIndex)
Overrides:
getPointerId in class WrapMotionEvent