Packagecom.afcomponents.umap.control
Classpublic class MouseHandler
InheritanceMouseHandler Inheritance MapObject Inheritance flash.display.Sprite
ImplementsIMapObject

MouseHandler



Public Properties
 PropertyDefined by
 InheritedasDisplayObject : DisplayObject
Returns reference to the object as a DisplayObject instance.
MapObject
 Inheritedcore : UMap
Returns reference to the core UMap object.
MapObject
  dragging : Boolean
MouseHandler
 Inheritedid : uint
Gets or sets the ID of the object.
MapObject
 Inheritedname : String
Gets or sets the name of the object.
MapObject
 Inheritedowner : IMapObjectContainer
Returns reference to the owner container object.
MapObject
  scrollZoom : Boolean
MouseHandler
Public Methods
 MethodDefined by
  
MouseHandler
 Inherited
dispose():void
Releases all the resources accuired by the object.
MapObject
 Inherited
remove():void
Removes the object from the owner container object.
MapObject
 Inherited
Adds the object to the specified IMapObjectContainer.
MapObject
 Inherited
toString():String
Returns a textual representation of the object.
MapObject
Property detail
draggingproperty
dragging:Boolean  [read-write]

Implementation
    public function get dragging():Boolean
    public function set dragging(value:Boolean):void
scrollZoomproperty 
scrollZoom:Boolean  [read-write]

Implementation
    public function get scrollZoom():Boolean
    public function set scrollZoom(value:Boolean):void
Method detail
cancelDoubleClick()method
public function cancelDoubleClick():void