public class MSManipulationEvent extends UIEvent
Modifier and Type | Field and Description |
---|---|
double |
currentState |
double |
inertiaDestinationX |
double |
inertiaDestinationY |
double |
lastState |
double |
MS_MANIPULATION_STATE_ACTIVE |
double |
MS_MANIPULATION_STATE_CANCELLED |
double |
MS_MANIPULATION_STATE_COMMITTED |
double |
MS_MANIPULATION_STATE_DRAGGING |
double |
MS_MANIPULATION_STATE_INERTIA |
double |
MS_MANIPULATION_STATE_PRESELECT |
double |
MS_MANIPULATION_STATE_SELECTING |
double |
MS_MANIPULATION_STATE_STOPPED |
static MSManipulationEvent |
prototype |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type
constructor
Constructor and Description |
---|
MSManipulationEvent() |
Modifier and Type | Method and Description |
---|---|
void |
initMSManipulationEvent(String typeArg,
Boolean canBubbleArg,
Boolean cancelableArg,
Window viewArg,
double detailArg,
double lastState,
double currentState) |
initUIEvent
initEvent, preventDefault, stopImmediatePropagation, stopPropagation
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public double currentState
public double inertiaDestinationX
public double inertiaDestinationY
public double lastState
public double MS_MANIPULATION_STATE_ACTIVE
public double MS_MANIPULATION_STATE_CANCELLED
public double MS_MANIPULATION_STATE_COMMITTED
public double MS_MANIPULATION_STATE_DRAGGING
public double MS_MANIPULATION_STATE_INERTIA
public double MS_MANIPULATION_STATE_PRESELECT
public double MS_MANIPULATION_STATE_SELECTING
public double MS_MANIPULATION_STATE_STOPPED
public static MSManipulationEvent prototype