Packagenet.hires.debug
Classpublic class Stats
InheritanceStats Inheritance flash.display.Sprite



Protected Properties
 PropertyDefined By
  colors : Colors
Stats
  fps : uint
Stats
  fps_graph : uint
Stats
  graph : BitmapData
Stats
  mem : Number
Stats
  mem_graph : uint
Stats
  mem_max : Number
Stats
  mem_max_graph : uint
Stats
  ms : uint
Stats
  ms_prev : uint
Stats
  rectangle : Rectangle
Stats
  style : StyleSheet
Stats
  text : TextField
Stats
  timer : uint
Stats
  xml : XML
Stats
Public Methods
 MethodDefined By
  
Stats FPS, MS and MEM, all in one.
Stats
Protected Constants
 ConstantDefined By
  HEIGHT : uint = 100
Stats
  WIDTH : uint = 70
Stats
Property Detail
colorsproperty
protected var colors:Colors

fpsproperty 
protected var fps:uint

fps_graphproperty 
protected var fps_graph:uint

graphproperty 
protected var graph:BitmapData

memproperty 
protected var mem:Number

mem_graphproperty 
protected var mem_graph:uint

mem_maxproperty 
protected var mem_max:Number

mem_max_graphproperty 
protected var mem_max_graph:uint

msproperty 
protected var ms:uint

ms_prevproperty 
protected var ms_prev:uint

rectangleproperty 
protected var rectangle:Rectangle

styleproperty 
protected var style:StyleSheet

textproperty 
protected var text:TextField

timerproperty 
protected var timer:uint

xmlproperty 
protected var xml:XML

Constructor Detail
Stats()Constructor
public function Stats()

Stats FPS, MS and MEM, all in one.

Constant Detail
HEIGHTConstant
protected const HEIGHT:uint = 100

WIDTHConstant 
protected const WIDTH:uint = 70