public class AccelerationData extends BaseSensorData
mAccuracy, mDisplayRotation, mValues| Constructor and Description |
|---|
AccelerationData(int pDisplayOrientation) |
| Modifier and Type | Method and Description |
|---|---|
float |
getX() |
float |
getY() |
float |
getZ() |
void |
setValues(float[] pValues) |
void |
setX(float pX) |
void |
setY(float pY) |
void |
setZ(float pZ) |
java.lang.String |
toString() |
getAccuracy, getValues, setAccuracypublic float getX()
public float getY()
public float getZ()
public void setX(float pX)
public void setY(float pY)
public void setZ(float pZ)
public void setValues(float[] pValues)
setValues in class BaseSensorDatapublic java.lang.String toString()
toString in class BaseSensorData