android.view
Class MotionEvent.PointerCoords

java.lang.Object
  extended by android.view.MotionEvent.PointerCoords
Enclosing class:
MotionEvent

public static final class MotionEvent.PointerCoords
extends Object


Field Summary
 float orientation
           
 float pressure
           
 float size
           
 float toolMajor
           
 float toolMinor
           
 float touchMajor
           
 float touchMinor
           
 float x
           
 float y
           
 
Constructor Summary
MotionEvent.PointerCoords()
           
MotionEvent.PointerCoords(MotionEvent.PointerCoords other)
           
 
Method Summary
 void clear()
           
 void copyFrom(MotionEvent.PointerCoords other)
           
 float getAxisValue(int axis)
           
 void setAxisValue(int axis, float value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x

y

public float y

pressure

public float pressure

size

public float size

touchMajor

public float touchMajor

touchMinor

public float touchMinor

toolMajor

public float toolMajor

toolMinor

public float toolMinor

orientation

public float orientation
Constructor Detail

MotionEvent.PointerCoords

public MotionEvent.PointerCoords()

MotionEvent.PointerCoords

public MotionEvent.PointerCoords(MotionEvent.PointerCoords other)
Method Detail

clear

public void clear()

copyFrom

public void copyFrom(MotionEvent.PointerCoords other)

getAxisValue

public float getAxisValue(int axis)

setAxisValue

public void setAxisValue(int axis,
                         float value)


Copyright © 2008-2012. All Rights Reserved.