Packageuk.msfx.utils.tracing.fp10
Classpublic class TrConsole
InheritanceTrConsole Inheritance TrConsoleCore Inheritance flash.display.Sprite

Console for the Tr.ace() library (FP10 Branch).



Public Properties
 PropertyDefined By
 Inheritedautoscroll : Boolean
Whether the textfield will autoscroll when new traces made.
TrConsoleCore
 InheritedbackgroundColour : uint
[write-only] The background colour for the console.
TrConsoleCore
 Inheritedshowing : Boolean
[read-only] Whether the console is showing or in minimized format.
TrConsoleCore
 InheritedstrokeColour : uint
[write-only] The stroke colour for the console.
TrConsoleCore
 Inheritedtextfield : TrTextField
The textfield to ouput the traces to.
TrConsoleCore
Public Methods
 MethodDefined By
  
TrConsole(width:int = 600, height:int = 200, transparentOnHide:Boolean = false)
Constructor for Tr.ace() Console.
TrConsole
 Inherited
hide():void
Hide the console, leaving only the title bar visible.
TrConsoleCore
 Inherited
show():void
Hide the console, leaving only the title bar visible.
TrConsoleCore
Protected Constants
 ConstantDefined By
 InheritedMINIMUM_HEIGHT : int = 200
Minimum Height of the console.
TrConsoleCore
 InheritedMINIMUM_WIDTH : int = 450
Minimum Width of the console.
TrConsoleCore
Constructor Detail
TrConsole()Constructor
public function TrConsole(width:int = 600, height:int = 200, transparentOnHide:Boolean = false)

Constructor for Tr.ace() Console.

Parameters
width:int (default = 600) — The width of the console.
 
height:int (default = 200) — The height of the console.
 
transparentOnHide:Boolean (default = false) — OPTIONAL Whether to make the console transparent when minimizing.