public class MSGestureEvent extends UIEvent
Objs.Constructor<T extends Objs>, Objs.Property<T>
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type
Modifier | Constructor and Description |
---|---|
protected |
MSGestureEvent(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static MSGestureEvent |
$as(Object obj) |
Number |
clientX() |
Number |
clientY() |
Number |
expansion() |
Number |
hwTimestamp() |
void |
initGestureEvent(String typeArg,
Boolean canBubbleArg,
Boolean cancelableArg,
Window viewArg,
double detailArg,
double screenXArg,
double screenYArg,
double clientXArg,
double clientYArg,
double offsetXArg,
double offsetYArg,
double translationXArg,
double translationYArg,
double scaleArg,
double expansionArg,
double rotationArg,
double velocityXArg,
double velocityYArg,
double velocityExpansionArg,
double velocityAngularArg,
double hwTimestampArg) |
Number |
MSGESTURE_FLAG_BEGIN() |
Number |
MSGESTURE_FLAG_CANCEL() |
Number |
MSGESTURE_FLAG_END() |
Number |
MSGESTURE_FLAG_INERTIA() |
Number |
MSGESTURE_FLAG_NONE() |
Number |
offsetX() |
Number |
offsetY() |
Number |
rotation() |
Number |
scale() |
Number |
screenX() |
Number |
screenY() |
Number |
translationX() |
Number |
translationY() |
Number |
velocityAngular() |
Number |
velocityExpansion() |
Number |
velocityX() |
Number |
velocityY() |
detail, initUIEvent, view
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, initEvent, isTrusted, preventDefault, returnValue, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, type
$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> clientX
public Objs.Property<Number> clientY
public Objs.Property<Number> expansion
public Objs.Property<Object> gestureObject
public Objs.Property<Number> hwTimestamp
public Objs.Property<Number> offsetX
public Objs.Property<Number> offsetY
public Objs.Property<Number> rotation
public Objs.Property<Number> scale
public Objs.Property<Number> screenX
public Objs.Property<Number> screenY
public Objs.Property<Number> translationX
public Objs.Property<Number> translationY
public Objs.Property<Number> velocityAngular
public Objs.Property<Number> velocityExpansion
public Objs.Property<Number> velocityX
public Objs.Property<Number> velocityY
public Objs.Property<Number> MSGESTURE_FLAG_BEGIN
public Objs.Property<Number> MSGESTURE_FLAG_CANCEL
public Objs.Property<Number> MSGESTURE_FLAG_END
public Objs.Property<Number> MSGESTURE_FLAG_INERTIA
public Objs.Property<Number> MSGESTURE_FLAG_NONE
protected MSGestureEvent(Objs.Constructor<?> c, Object js)
public static MSGestureEvent $as(Object obj)
public Number clientX()
public Number clientY()
public Number expansion()
public Number hwTimestamp()
public Number offsetX()
public Number offsetY()
public Number rotation()
public Number scale()
public Number screenX()
public Number screenY()
public Number translationX()
public Number translationY()
public Number velocityAngular()
public Number velocityExpansion()
public Number velocityX()
public Number velocityY()
public Number MSGESTURE_FLAG_BEGIN()
public Number MSGESTURE_FLAG_CANCEL()
public Number MSGESTURE_FLAG_END()
public Number MSGESTURE_FLAG_INERTIA()
public Number MSGESTURE_FLAG_NONE()
public void initGestureEvent(String typeArg, Boolean canBubbleArg, Boolean cancelableArg, Window viewArg, double detailArg, double screenXArg, double screenYArg, double clientXArg, double clientYArg, double offsetXArg, double offsetYArg, double translationXArg, double translationYArg, double scaleArg, double expansionArg, double rotationArg, double velocityXArg, double velocityYArg, double velocityExpansionArg, double velocityAngularArg, double hwTimestampArg)
Copyright © 2018. All rights reserved.