Packagecom.zehfernando.display.debug
Classpublic class DebugDisplayItemMemory
InheritanceDebugDisplayItemMemory Inheritance DebugDisplayItem Inheritance flash.display.Sprite



Protected Properties
 PropertyDefined by
 Inheritedbackground : Box
DebugDisplayItem
 Inheritedcaption : TextField
DebugDisplayItem
 InheriteddisplayList : Array
[static]
DebugDisplayItem
 Inheritedinited : Boolean
DebugDisplayItem
 InheritedintervalRate : Number
DebugDisplayItem
 InheritedisInited : Boolean = false
[static]
DebugDisplayItem
 InheritedlastInterval : uint
DebugDisplayItem
 InheritedlastUpdate : uint
DebugDisplayItem
 InheritedstaticStage : Stage
[static]
DebugDisplayItem
 InheritedtimeGraph : TimeGraph
DebugDisplayItem
 InheritedupdateRate : Number
DebugDisplayItem
Public Methods
 MethodDefined by
  
DebugDisplayItemMemory
 Inherited
setUpdateRate(p_time:Number):void
DebugDisplayItem
Protected Methods
 MethodDefined by
 Inherited
createAssets():void
DebugDisplayItem
 Inherited
init():void
DebugDisplayItem
 Inherited
onAddToStage(e:Event = null):void
DebugDisplayItem
 Inherited
onTick(e:Event = null):void
DebugDisplayItem
 Inherited
resetTimers(includeInterval:Boolean = false):void
DebugDisplayItem
 Inherited
setCaption(text:String):void
DebugDisplayItem
  
update(timePassed:uint, includeInterval:Boolean = false):void
DebugDisplayItemMemory
Public Constants
 ConstantDefined by
 InheritedGRAPH_HEIGHT : int = 30
[static]
DebugDisplayItem
 InheritedGRAPH_WIDTH : int = 60
[static]
DebugDisplayItem
Protected Constants
 ConstantDefined by
 InheritedDEFAULT_INTERVAL_RATE : Number = 2
[static]
DebugDisplayItem
 InheritedDEFAULT_UPDATE_RATE : Number = 0.1
[static]
DebugDisplayItem
  MAX_MEMORY : Number = 64
[static]
DebugDisplayItemMemory
Constructor detail
DebugDisplayItemMemory()constructor
public function DebugDisplayItemMemory()
Method detail
update()method
protected override function update(timePassed:uint, includeInterval:Boolean = false):voidParameters
timePassed:uint
 
includeInterval:Boolean (default = false)
Constant detail
MAX_MEMORYconstant
protected static const MAX_MEMORY:Number = 64