| Package | com.afcomponents.umap.gui |
| Class | public class CopyrightControl |
| Inheritance | CopyrightControl MapControl MapObject flash.display.Sprite |
| Implements | IMapControl |
| Property | Defined by | ||
|---|---|---|---|
![]() | align : Align
Gets or sets the control's alignment.
| MapControl | |
![]() | asDisplayObject : DisplayObject
Returns reference to the object as a DisplayObject instance.
| MapObject | |
![]() | core : UMap
Returns reference to the core UMap object.
| MapObject | |
| EXTRA_COPYRIGHT : String = "null" [static]
| CopyrightControl | ||
![]() | id : uint
Gets or sets the ID of the object.
| MapObject | |
![]() | minSize : Size
Gets or sets control's minimum size.
| MapControl | |
![]() | name : String
Gets or sets the name of the object.
| MapObject | |
![]() | offset : Offset
Gets or sets the control's offset position.
| MapControl | |
![]() | owner : IMapObjectContainer
Returns reference to the owner container object.
| MapObject | |
![]() | padding : Point
Gets or sets the control's padding value.
| MapControl | |
![]() | stackAlignment : String
Gets or sets control's stack alignment.
| MapControl | |
![]() | STACK_HORIZONTAL : String = "horizontal" [static]
| MapControl | |
![]() | stackPadding : Point
Gets or sets control's stack padding value.
| MapControl | |
![]() | STACK_VERTICAL : String = "vertical" [static]
| MapControl | |
| Method | Defined by | ||
|---|---|---|---|
|
dispose():void
Releases all the resources accuired by the object.
| CopyrightControl | ||
![]() | MapControl | ||
![]() |
init():void
Invoked when control has been attached to GuiManager, or when UMap has been initialized.
| MapControl | |
![]() |
ready():void
Invoked when UMap enters ready() state.
| MapControl | |
![]() |
refresh():void
Refreshes the control.
| MapControl | |
![]() |
remove():void
Removes the object from the owner container object.
| MapObject | |
|
setAvailableSize(size:Size):void
Invoked by GuiManager to report the available space this control can occupy.
| CopyrightControl | ||
![]() |
setOwner(owner:IMapObjectContainer):void
Adds the object to the specified IMapObjectContainer.
| MapObject | |
![]() |
setRefreshCallback(refresh:Function):void
Sets the callback function which should be called by the control after it's size has been updated.
| MapControl | |
![]() |
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 | ||
| EXTRA_COPYRIGHT | property |
public static var EXTRA_COPYRIGHT:String = "null"
| dispose | () | method |
public override function dispose():voidReleases all the resources accuired by the object.
| setAvailableSize | () | method |
public override function setAvailableSize(size:Size):voidInvoked by GuiManager to report the available space this control can occupy.
Parameterssize:Size — Dimensions of the available space.
|
| updateMapType | () | method |
public override function updateMapType(mapType:IMapType):voidInvoked when map type has been updated.
ParametersmapType:IMapType — Reference to the new map type.
|
| updatePosition | () | method |
public override function updatePosition(latlng:LatLng):voidInvoked when map center has been updated.
Parameterslatlng:LatLng — Geographical coordinates of the new map center.
|
| updateSize | () | method |
public override function updateSize(width:Number, height:Number):voidInvoked when the UMap Component size has been updated.
Parameterswidth:Number — New width of the component.
|
|
height:Number — New height of the component.
|
| updateZoom | () | method |
public override function updateZoom(zoom:Number):voidInvoked when map zoom level has been updated.
Parameterszoom:Number — New zoom level.
|