@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="DeviceMotionEventAcceleration")
public class DeviceMotionEventAcceleration
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
DeviceMotionEventAcceleration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
x()
This read-only property indicates the amount of acceleration that occurred along the X axis in a DeviceMotionEventAcceleration object.
|
java.lang.Double |
y()
This read-only property indicates the amount of acceleration that occurred along the Y axis in a DeviceMotionEventAcceleration object.
|
java.lang.Double |
z()
This read-only property indicates the amount of acceleration that occurred along the Z axis in a DeviceMotionEventAcceleration object.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="x") @Nullable public java.lang.Double x()
@JsProperty(name="y") @Nullable public java.lang.Double y()
@JsProperty(name="z") @Nullable public java.lang.Double z()