| Package | com.addicted2flash.util |
| Class | public class SystemStats |
| Inheritance | SystemStats flash.display.Sprite |
| Implements | IMicroObserver |
NOTE: It is possible to change the displaying textfield.
| Property | Defined by | ||
|---|---|---|---|
| textField : TextField
Returns the
TextField used to display the application information. | SystemStats | ||
| Method | Defined by | ||
|---|---|---|---|
|
SystemStats(header:String = null)
Creates a new
SystemStats object. | SystemStats | ||
|
toString():String
Returns the string representation of the
SystemStats. | SystemStats | ||
| textField | property |
textField:TextField [read-write]
Returns the TextField used to display the application information.
public function get textField():TextField
public function set textField(value:TextField):void
| SystemStats | () | constructor |
public function SystemStats(header:String = null)
Creates a new SystemStats object.
header:String (default = null) |
| toString | () | method |
public override function toString():String
Returns the string representation of the SystemStats.
String — the string representation of the SystemStats
|