public class DeviceAcceleration extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Number> |
x |
Objs.Property<Number> |
y |
Objs.Property<Number> |
z |
Modifier | Constructor and Description |
---|---|
protected |
DeviceAcceleration(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static DeviceAcceleration |
$as(Object obj) |
Number |
x() |
Number |
y() |
Number |
z() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Number> x
public Objs.Property<Number> y
public Objs.Property<Number> z
protected DeviceAcceleration(Objs.Constructor<?> c, Object js)
public static DeviceAcceleration $as(Object obj)
public Number x()
public Number y()
public Number z()
Copyright © 2018. All rights reserved.