Packagecom.google.analytics.debug
Classpublic class Info
InheritanceInfo Inheritance Label Inheritance UISprite Inheritance flash.display.Sprite

The Info label class.



Public Properties
 PropertyDefined by
 Inheritedalignement : Align
Indicates the alignement reference of this sprite.
UISprite
 Inheritedcount : uint = 0
[static]
Label
 InheritedforcedHeight : uint
UISprite
 InheritedforcedWidth : uint
UISprite
 Inheritedmargin : Margin
Indicates the margin reference of this sprite.
UISprite
 InheritedstickToEdge : Boolean
Indicates if the border of the label stick to the edge.
Label
 Inheritedtag : String
the CSS tag used for the label.
Label
 Inheritedtext : String
The text of the label.
Label
Protected Properties
 PropertyDefined by
 InheritedalignTarget : DisplayObject
Indicates the display object align target.
UISprite
 InheritedlistenResize : Boolean
Indicates if the resize process is listening.
UISprite
 Inheritedselectable : Boolean
Indicates if the text is selectabled in the Label display.
Label
Public Methods
 MethodDefined by
  
Info(text:String = "", timeout:uint = 3000)
Creates a new Info instance.
Info
 Inherited
alignTo(alignement:Align, target:DisplayObject = null):void
Align the specified display with the specified alignement value.
UISprite
 Inherited
appendText(value:String, newtag:String = ""):void
Appends more text to the label, with the option to change the CSS tag.
Label
  
close():void
Close the warning message.
Info
  
onComplete(event:TimerEvent):void
Invoked when the process is complete.
Info
  
onLink(event:TextEvent):void
Invoked when a link is selected in the text.
Info
 Inherited
resize():void
Resize the display.
UISprite
Protected Methods
 MethodDefined by
 Inherited
dispose():void
Dispose the current Label instance.
Label
 Inherited
layout():void
Initialize the layout of all elements in the Label object.
Label
 Inherited
onResize(event:Event):void
Invoked when the stage is resized.
UISprite
Constructor detail
Info()constructor
public function Info(text:String = "", timeout:uint = 3000)

Creates a new Info instance.

Parameters
text:String (default = "") — The text of the label.
 
timeout:uint (default = 3000) — The timeout value of the info..
Method detail
close()method
public function close():void

Close the warning message.

onComplete()method 
public function onComplete(event:TimerEvent):void

Invoked when the process is complete.

Parameters
event:TimerEvent
onLink()method 
public override function onLink(event:TextEvent):void

Invoked when a link is selected in the text.

Parameters
event:TextEvent