mxPanningManager

Implements a handler for panning.

Summary
mxPanningManagerImplements a handler for panning.
Variables
damperDamper value for the panning.
delayDelay in milliseconds for the panning.
handleMouseOutSpecifies if mouse events outside of the component should be handled.
borderBorder to handle automatic panning inside the component.

Variables

damper

mxPanningManager.prototype.damper

Damper value for the panning.  Default is 1/6.

delay

mxPanningManager.prototype.delay

Delay in milliseconds for the panning.  Default is 10.

handleMouseOut

mxPanningManager.prototype.handleMouseOut

Specifies if mouse events outside of the component should be handled.  Default is true.

border

mxPanningManager.prototype.border

Border to handle automatic panning inside the component.  Default is 0 (disabled).

mxPanningManager.prototype.damper
Damper value for the panning.
mxPanningManager.prototype.delay
Delay in milliseconds for the panning.
mxPanningManager.prototype.handleMouseOut
Specifies if mouse events outside of the component should be handled.
mxPanningManager.prototype.border
Border to handle automatic panning inside the component.
Close