@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="DeviceMotionEventAcceleration")
public class DeviceMotionEventAcceleration
extends java.lang.Object
| 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.
|
@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()