@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface DeviceMotionEventAccelerationInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DeviceMotionEventAccelerationInit.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeviceMotionEventAccelerationInit.Builder |
create() |
void |
setX(java.lang.Double x) |
void |
setY(java.lang.Double y) |
void |
setZ(java.lang.Double z) |
java.lang.Double |
x() |
java.lang.Double |
y() |
java.lang.Double |
z() |
@JsOverlay @Nonnull static DeviceMotionEventAccelerationInit.Builder create()
@JsProperty(name="x") @Nullable java.lang.Double x()
@JsProperty
void setX(@Nullable
java.lang.Double x)
@JsProperty(name="y") @Nullable java.lang.Double y()
@JsProperty
void setY(@Nullable
java.lang.Double y)
@JsProperty(name="z") @Nullable java.lang.Double z()
@JsProperty
void setZ(@Nullable
java.lang.Double z)