Class Index | File Index

Classes


Class Acceleration


Defined in: phonegap.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Acceleration(x, y, z)
This class contains acceleration information
Field Summary
Field Attributes Field Name and Description
 
The time that the acceleration was obtained.
 
x
The force applied by the device in the x-axis.
 
y
The force applied by the device in the y-axis.
 
z
The force applied by the device in the z-axis.
Class Detail
Acceleration(x, y, z)
This class contains acceleration information
Parameters:
{Number} x
The force applied by the device in the x-axis.
{Number} y
The force applied by the device in the y-axis.
{Number} z
The force applied by the device in the z-axis.
Field Detail
timestamp
The time that the acceleration was obtained.

x
The force applied by the device in the x-axis.

y
The force applied by the device in the y-axis.

z
The force applied by the device in the z-axis.

Documentation generated by JsDoc Toolkit 2.1.0 on Tue May 05 2009 14:44:46 GMT-0700 (PDT)