DragPanHandler class

Constructors

DragPanHandler.fromJsObject(DragPanHandlerJsImpl jsObject)
Creates a new DragPanHandler from a jsObject.

Properties

hashCode int
The hash code for this object.
no setterinherited
jsObject → DragPanHandlerJsImpl
JS object.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

disable() → dynamic
Disables the "drag to pan" interaction.
enable() → dynamic
Enables the "drag to pan" interaction.
isActive() bool
Returns a Boolean indicating whether the "drag to pan" interaction is active, i.e. currently being used.
isEnabled() bool
Returns a Boolean indicating whether the "drag to pan" interaction is enabled.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMouseDown(MouseEvent e) → dynamic
onTouchStart(TouchEvent e) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited