Packagecom.addicted2flash.util
Classpublic class SystemStats
InheritanceSystemStats Inheritance flash.display.Sprite
ImplementsIMicroObserver

Sprite container that displays the virtual machine, total memory and the frames per second in a box. NOTE: It is possible to change the displaying textfield.



Public Properties
 PropertyDefined by
  textField : TextField
Returns the TextField used to display the application information.
SystemStats
Public Methods
 MethodDefined by
  
SystemStats(header:String = null)
Creates a new SystemStats object.
SystemStats
  
toString():String
Returns the string representation of the SystemStats.
SystemStats
Property detail
textFieldproperty
textField:TextField  [read-write]

Returns the TextField used to display the application information.

Implementation
    public function get textField():TextField
    public function set textField(value:TextField):void
Constructor detail
SystemStats()constructor
public function SystemStats(header:String = null)

Creates a new SystemStats object.

Parameters
header:String (default = null)
Method detail
toString()method
public override function toString():String

Returns the string representation of the SystemStats.

Returns
String — the string representation of the SystemStats