Packagecom.afcomponents.umap.core
Classpublic class Display
InheritanceDisplay Inheritance MapObjectContainer Inheritance MapObject Inheritance flash.display.Sprite
ImplementsIMapObjectContainer

Display



Public Properties
 PropertyDefined by
 InheritedasDisplayObject : DisplayObject
Returns reference to the object as a DisplayObject instance.
MapObject
  clippingManager : ClippingManager
[read-only]
Display
 Inheritedcore : UMap
Returns reference to the core UMap object.
MapObject
  gridManager : GridManager
[read-only]
Display
  guiManager : GuiManager
[read-only]
Display
 Inheritedid : uint
Gets or sets the ID of the object.
MapObject
  managerControl : ManagerControl
[read-only]
Display
 Inheritedname : String
Gets or sets the name of the object.
MapObject
  overlayManager : OverlayManager
[read-only]
Display
 Inheritedowner : IMapObjectContainer
Returns reference to the owner container object.
MapObject
Public Methods
 MethodDefined by
 Inherited
addObject(object:IMapObject):void
Adds new IMapObject to the container.
MapObjectContainer
 Inherited
bringForward(object:IMapObject):void
Moves the attached IMapObject forward in the display list.
MapObjectContainer
 Inherited
bringToFront(object:IMapObject):void
Brings the attached IMapObject to the top of the display list.
MapObjectContainer
 Inherited
clearObjects(filter:Class = null):void
Removes all attached objects.
MapObjectContainer
 Inherited
dispose():void
Releases all the resources accuired by the object.
MapObjectContainer
 Inherited
getObject(id_or_name:*, filter:Class = null):IMapObject
Searches for an object with specified id or name.
MapObjectContainer
 Inherited
getObjectById(id:uint, filter:Class = null):IMapObject
Searches for an object with specified id.
MapObjectContainer
 Inherited
getObjectByName(name:String, matchCase:Boolean = false, filter:Class = null):IMapObject
Searches for an object with specified name.
MapObjectContainer
 Inherited
getObjects(filter:Class = null):Array
Returns an array of IMapObjects that where added to the container.
MapObjectContainer
 Inherited
isOwnerVisible():Boolean
Recursevly checks visibility of parent objects
MapObjectContainer
 Inherited
remove():void
Removes the object from the owner container object.
MapObject
 Inherited
removeObject(object:IMapObject):void
Removes IMapObject from the container.
MapObjectContainer
 Inherited
sendBackward(object:IMapObject):void
Sends the attached IMapObject backward in the display list.
MapObjectContainer
 Inherited
sendToBack(object:IMapObject):void
Sends the attached IMapObject to the bottom of the display list.
MapObjectContainer
 Inherited
Adds the object to the specified IMapObjectContainer.
MapObjectContainer
 Inherited
toString():String
Returns a textual representation of the object.
MapObject
Property detail
clippingManagerproperty
clippingManager:ClippingManager  [read-only]

Implementation
    public function get clippingManager():ClippingManager
gridManagerproperty 
gridManager:GridManager  [read-only]

Implementation
    public function get gridManager():GridManager
guiManagerproperty 
guiManager:GuiManager  [read-only]

Implementation
    public function get guiManager():GuiManager
managerControlproperty 
managerControl:ManagerControl  [read-only]

Implementation
    public function get managerControl():ManagerControl
overlayManagerproperty 
overlayManager:OverlayManager  [read-only]

Implementation
    public function get overlayManager():OverlayManager