@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 |
of() |
void |
setX(@JsNullable java.lang.Double x) |
void |
setY(@JsNullable java.lang.Double y) |
void |
setZ(@JsNullable java.lang.Double z) |
@JsNullable java.lang.Double |
x() |
@JsNullable java.lang.Double |
y() |
@JsNullable java.lang.Double |
z() |
@JsOverlay @Nonnull static DeviceMotionEventAccelerationInit.Builder of()
@JsProperty(name="x") @JsNullable java.lang.Double x()
@JsProperty void setX(@JsNullable java.lang.Double x)
@JsProperty(name="y") @JsNullable java.lang.Double y()
@JsProperty void setY(@JsNullable java.lang.Double y)
@JsProperty(name="z") @JsNullable java.lang.Double z()
@JsProperty void setZ(@JsNullable java.lang.Double z)