The X Toolkit API

X.PanEvent

This class has no public members.

/**
* The pan event to initiate moving the event and the focus.
*
* @constructor
* @extends X.event
*/
var P = new X.PanEvent();
/**
* The className of this class.
*
* @type {string}
* @protected
*/
P._classname = $_CLASSNAME;
/**
* The distance to pan in screen space.
*
* @type {!X.vector}
* @protected
*/
P._distance = $_DISTANCE;
/**
* The events of this class.
*
* @enum {string}
*/
X.PanEvent.events();
/**
* Creates a unique event id.
*
* @param {string} id The id.
* @return {string} A unique id.
*/
var uniqueId = X.PanEvent.uniqueId($ID);


CONSTRUCTORS
X.PanEvent

PROPERTIES
_classname
_distance

GETTERS/SETTERS

FUNCTIONS

STATIC
events
uniqueId



SOURCECODE