Packagecom.afcomponents.umap.gui
Classpublic class CopyrightControl
InheritanceCopyrightControl Inheritance MapControl Inheritance MapObject Inheritance flash.display.Sprite
ImplementsIMapControl

CopyrightControl



Public Properties
 PropertyDefined by
 Inheritedalign : Align
Gets or sets the control's alignment.
MapControl
 InheritedasDisplayObject : DisplayObject
Returns reference to the object as a DisplayObject instance.
MapObject
 Inheritedcore : UMap
Returns reference to the core UMap object.
MapObject
  EXTRA_COPYRIGHT : String = "null"
[static]
CopyrightControl
 Inheritedid : uint
Gets or sets the ID of the object.
MapObject
 InheritedminSize : Size
Gets or sets control's minimum size.
MapControl
 Inheritedname : String
Gets or sets the name of the object.
MapObject
 Inheritedoffset : Offset
Gets or sets the control's offset position.
MapControl
 Inheritedowner : IMapObjectContainer
Returns reference to the owner container object.
MapObject
 Inheritedpadding : Point
Gets or sets the control's padding value.
MapControl
 InheritedstackAlignment : String
Gets or sets control's stack alignment.
MapControl
 InheritedSTACK_HORIZONTAL : String = "horizontal"
[static]
MapControl
 InheritedstackPadding : Point
Gets or sets control's stack padding value.
MapControl
 InheritedSTACK_VERTICAL : String = "vertical"
[static]
MapControl
Public Methods
 MethodDefined by
  
dispose():void
Releases all the resources accuired by the object.
CopyrightControl
 Inherited
MapControl
 Inherited
init():void
Invoked when control has been attached to GuiManager, or when UMap has been initialized.
MapControl
 Inherited
ready():void
Invoked when UMap enters ready() state.
MapControl
 Inherited
refresh():void
Refreshes the control.
MapControl
 Inherited
remove():void
Removes the object from the owner container object.
MapObject
  
Invoked by GuiManager to report the available space this control can occupy.
CopyrightControl
 Inherited
Adds the object to the specified IMapObjectContainer.
MapObject
 Inherited
setRefreshCallback(refresh:Function):void
Sets the callback function which should be called by the control after it's size has been updated.
MapControl
 Inherited
toString():String
Returns a textual representation of the object.
MapObject
  
updateMapType(mapType:IMapType):void
Invoked when map type has been updated.
CopyrightControl
  
updatePosition(latlng:LatLng):void
Invoked when map center has been updated.
CopyrightControl
  
updateSize(width:Number, height:Number):void
Invoked when the UMap Component size has been updated.
CopyrightControl
  
updateZoom(zoom:Number):void
Invoked when map zoom level has been updated.
CopyrightControl
Property detail
EXTRA_COPYRIGHTproperty
public static var EXTRA_COPYRIGHT:String = "null"
Method detail
dispose()method
public override function dispose():void

Releases all the resources accuired by the object.

setAvailableSize()method 
public override function setAvailableSize(size:Size):void

Invoked by GuiManager to report the available space this control can occupy.

Parameters
size:Size — Dimensions of the available space.
updateMapType()method 
public override function updateMapType(mapType:IMapType):void

Invoked when map type has been updated.

Parameters
mapType:IMapType — Reference to the new map type.
updatePosition()method 
public override function updatePosition(latlng:LatLng):void

Invoked when map center has been updated.

Parameters
latlng:LatLng — Geographical coordinates of the new map center.
updateSize()method 
public override function updateSize(width:Number, height:Number):void

Invoked when the UMap Component size has been updated.

Parameters
width:Number — New width of the component.
 
height:Number — New height of the component.
updateZoom()method 
public override function updateZoom(zoom:Number):void

Invoked when map zoom level has been updated.

Parameters
zoom:Number — New zoom level.