Packageverlocity.display.gui
Classpublic class Message
InheritanceMessage Inheritance Text Inheritance UIElement Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
 InheritedoriginX : Number
UIElement
 InheritedoriginY : Number
UIElement
Protected Properties
 PropertyDefined By
 InheritednScale : Number
UIElement
 InheritedtfTextField : TextField
Text
 InheritedtfTextFormat : TextFormat
Text
Public Methods
 MethodDefined By
  
Message(sMessage:String)
Message
 Inherited
Clear():void
Clears all graphics drawn on the UI element.
UIElement
 Inherited
Dispose():void
[override]
Text
 Inherited
DrawRect(uiColor:uint = 0xFFFFFF, nAlpha:Number = 1, iWidth:int = 0, iHeight:int = 0, bLine:Boolean = false, iLineThickness:int = 1, uiLineColor:uint = 0xFFFFFF, nLineAlpha:Number = 1, bRounded:Boolean = false, iRoundness:int = 10, iOffsetX:int = 0, iOffsetY:int = 1):void
[override]
Text
 Inherited
GetHeight():int
Text
 Inherited
GetScale():Number
Returns the scale of the UI element.
UIElement
 Inherited
GetWidth():int
Text
 Inherited
ResetPos():void
Resets the X and Y position of the UI element to its original spawn position.
UIElement
 Inherited
SetHeight(iHeight:int):void
Text
 Inherited
SetOriginPos(nPosX:Number, nPosY:Number):void
Overrides origin position
UIElement
 Inherited
SetPos(nPosX:Number, nPosY:Number):void
Sets the X and Y position of the UI element.
UIElement
 Inherited
SetScale(nSetScale:Number):void
Sets the scale of the UI element.
UIElement
 Inherited
SetText(sText:String, tfFormat:TextFormat = null):void
Text
 Inherited
SetTextColor(uiColor:uint):void
Text
 Inherited
SetWidth(iWidth:int):void
Text
Constructor Detail
Message()Constructor
public function Message(sMessage:String)



Parameters
sMessage:String