@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface TouchInit
| Modifier and Type | Method and Description |
|---|---|
double |
altitudeAngle() |
default TouchInit |
altitudeAngle(double altitudeAngle) |
double |
azimuthAngle() |
default TouchInit |
azimuthAngle(double azimuthAngle) |
double |
clientX() |
default TouchInit |
clientX(double clientX) |
double |
clientY() |
default TouchInit |
clientY(double clientY) |
static TouchInit |
create(int identifier,
EventTarget target) |
float |
force() |
default TouchInit |
force(float force) |
int |
identifier() |
default TouchInit |
identifier(int identifier) |
double |
pageX() |
default TouchInit |
pageX(double pageX) |
double |
pageY() |
default TouchInit |
pageY(double pageY) |
float |
radiusX() |
default TouchInit |
radiusX(float radiusX) |
float |
radiusY() |
default TouchInit |
radiusY(float radiusY) |
float |
rotationAngle() |
default TouchInit |
rotationAngle(float rotationAngle) |
double |
screenX() |
default TouchInit |
screenX(double screenX) |
double |
screenY() |
default TouchInit |
screenY(double screenY) |
void |
setAltitudeAngle(double altitudeAngle) |
void |
setAzimuthAngle(double azimuthAngle) |
void |
setClientX(double clientX) |
void |
setClientY(double clientY) |
void |
setForce(float force) |
void |
setIdentifier(int identifier) |
void |
setPageX(double pageX) |
void |
setPageY(double pageY) |
void |
setRadiusX(float radiusX) |
void |
setRadiusY(float radiusY) |
void |
setRotationAngle(float rotationAngle) |
void |
setScreenX(double screenX) |
void |
setScreenY(double screenY) |
void |
setTarget(EventTarget target) |
void |
setTouchType(java.lang.String touchType) |
EventTarget |
target() |
default TouchInit |
target(EventTarget target) |
java.lang.String |
touchType() |
default TouchInit |
touchType(java.lang.String touchType) |
@JsOverlay @Nonnull static TouchInit create(int identifier, @Nonnull EventTarget target)
@JsProperty(name="altitudeAngle") double altitudeAngle()
@JsProperty void setAltitudeAngle(double altitudeAngle)
@JsOverlay @Nonnull default TouchInit altitudeAngle(double altitudeAngle)
@JsProperty(name="azimuthAngle") double azimuthAngle()
@JsProperty void setAzimuthAngle(double azimuthAngle)
@JsOverlay @Nonnull default TouchInit azimuthAngle(double azimuthAngle)
@JsProperty(name="clientX") double clientX()
@JsProperty void setClientX(double clientX)
@JsOverlay @Nonnull default TouchInit clientX(double clientX)
@JsProperty(name="clientY") double clientY()
@JsProperty void setClientY(double clientY)
@JsOverlay @Nonnull default TouchInit clientY(double clientY)
@JsProperty(name="force") float force()
@JsProperty void setForce(float force)
@JsOverlay @Nonnull default TouchInit force(float force)
@JsProperty(name="identifier") int identifier()
@JsProperty void setIdentifier(int identifier)
@JsOverlay @Nonnull default TouchInit identifier(int identifier)
@JsProperty(name="pageX") double pageX()
@JsProperty void setPageX(double pageX)
@JsOverlay @Nonnull default TouchInit pageX(double pageX)
@JsProperty(name="pageY") double pageY()
@JsProperty void setPageY(double pageY)
@JsOverlay @Nonnull default TouchInit pageY(double pageY)
@JsProperty(name="radiusX") float radiusX()
@JsProperty void setRadiusX(float radiusX)
@JsOverlay @Nonnull default TouchInit radiusX(float radiusX)
@JsProperty(name="radiusY") float radiusY()
@JsProperty void setRadiusY(float radiusY)
@JsOverlay @Nonnull default TouchInit radiusY(float radiusY)
@JsProperty(name="rotationAngle") float rotationAngle()
@JsProperty void setRotationAngle(float rotationAngle)
@JsOverlay @Nonnull default TouchInit rotationAngle(float rotationAngle)
@JsProperty(name="screenX") double screenX()
@JsProperty void setScreenX(double screenX)
@JsOverlay @Nonnull default TouchInit screenX(double screenX)
@JsProperty(name="screenY") double screenY()
@JsProperty void setScreenY(double screenY)
@JsOverlay @Nonnull default TouchInit screenY(double screenY)
@JsProperty(name="target") @Nonnull EventTarget target()
@JsProperty
void setTarget(@Nonnull
EventTarget target)
@JsOverlay @Nonnull default TouchInit target(@Nonnull EventTarget target)
@JsProperty(name="touchType") @TouchType java.lang.String touchType()
@JsProperty void setTouchType(@TouchType @Nonnull java.lang.String touchType)
@JsOverlay @Nonnull default TouchInit touchType(@TouchType @Nonnull java.lang.String touchType)