Packageorg.flixel.system.debug
Classpublic class Log
InheritanceLog Inheritance FlxWindow Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
 InheritedmaxSize : Point
FlxWindow
 InheritedminSize : Point
FlxWindow
Protected Properties
 PropertyDefined By
 Inherited_bg : Bitmap
FlxWindow
 Inherited_bounds : Rectangle
FlxWindow
 Inherited_drag : Point
FlxWindow
 Inherited_dragging : Boolean
FlxWindow
 Inherited_handle : Bitmap
FlxWindow
 Inherited_header : Bitmap
FlxWindow
 Inherited_height : uint
FlxWindow
 InheritedImgHandle : Class
FlxWindow
  _lines : Array
Log
 Inherited_overHandle : Boolean
FlxWindow
 Inherited_overHeader : Boolean
FlxWindow
 Inherited_resizable : Boolean
FlxWindow
 Inherited_resizing : Boolean
FlxWindow
 Inherited_shadow : Bitmap
FlxWindow
  _text : TextField
Log
 Inherited_title : TextField
FlxWindow
 Inherited_width : uint
FlxWindow
Public Methods
 MethodDefined By
  
Log(Title:String, Width:Number, Height:Number, Resizable:Boolean = true, Bounds:Rectangle = null, BGColor:uint = 0xdfBABCBF, TopColor:uint = 0xff4E5359)
Log
  
add(Text:String):void
Log
  
destroy():void
[override]
Log
 Inherited
reposition(X:Number, Y:Number):void
FlxWindow
 Inherited
resize(Width:Number, Height:Number):void
FlxWindow
Protected Methods
 MethodDefined By
 Inherited
bound():void
FlxWindow
 Inherited
init(E:Event = null):void
FlxWindow
 Inherited
onMouseDown(E:MouseEvent = null):void
FlxWindow
 Inherited
onMouseMove(E:MouseEvent = null):void
FlxWindow
 Inherited
onMouseUp(E:MouseEvent = null):void
FlxWindow
 Inherited
updateGUI():void
FlxWindow
  
updateSize():void
[override]
Log
Protected Constants
 ConstantDefined By
  MAX_LOG_LINES : uint = 1024
[static]
Log
Property Detail
_linesproperty
protected var _lines:Array

_textproperty 
protected var _text:TextField

Constructor Detail
Log()Constructor
public function Log(Title:String, Width:Number, Height:Number, Resizable:Boolean = true, Bounds:Rectangle = null, BGColor:uint = 0xdfBABCBF, TopColor:uint = 0xff4E5359)



Parameters
Title:String
 
Width:Number
 
Height:Number
 
Resizable:Boolean (default = true)
 
Bounds:Rectangle (default = null)
 
BGColor:uint (default = 0xdfBABCBF)
 
TopColor:uint (default = 0xff4E5359)
Method Detail
add()method
public function add(Text:String):void

Parameters

Text:String

destroy()method 
override public function destroy():void

updateSize()method 
override protected function updateSize():void

Constant Detail
MAX_LOG_LINESConstant
protected static const MAX_LOG_LINES:uint = 1024