| Package | com.afcomponents.umap.control |
| Class | public class MouseHandler |
| Inheritance | MouseHandler MapObject flash.display.Sprite |
| Implements | IMapObject |
| Property | Defined by | ||
|---|---|---|---|
![]() | asDisplayObject : DisplayObject
Returns reference to the object as a DisplayObject instance.
| MapObject | |
![]() | core : UMap
Returns reference to the core UMap object.
| MapObject | |
| dragging : Boolean | MouseHandler | ||
![]() | id : uint
Gets or sets the ID of the object.
| MapObject | |
![]() | name : String
Gets or sets the name of the object.
| MapObject | |
![]() | owner : IMapObjectContainer
Returns reference to the owner container object.
| MapObject | |
| scrollZoom : Boolean | MouseHandler | ||
| Method | Defined by | ||
|---|---|---|---|
|
cancelDoubleClick():void
| MouseHandler | ||
![]() |
dispose():void
Releases all the resources accuired by the object.
| MapObject | |
![]() |
remove():void
Removes the object from the owner container object.
| MapObject | |
![]() |
setOwner(owner:IMapObjectContainer):void
Adds the object to the specified IMapObjectContainer.
| MapObject | |
![]() |
toString():String
Returns a textual representation of the object.
| MapObject | |
| dragging | property |
dragging:Boolean [read-write]Implementation
public function get dragging():Boolean
public function set dragging(value:Boolean):void
| scrollZoom | property |
scrollZoom:Boolean [read-write]Implementation
public function get scrollZoom():Boolean
public function set scrollZoom(value:Boolean):void
| cancelDoubleClick | () | method |
public function cancelDoubleClick():void