Package | com.zehfernando.display.debug |
Class | public class DebugDisplayItem |
Inheritance | DebugDisplayItem ![]() |
Subclasses | DebugDisplayItemFPS, DebugDisplayItemMemory |
Property | Defined by | ||
---|---|---|---|
background : Box | DebugDisplayItem | ||
caption : TextField | DebugDisplayItem | ||
displayList : Array [static]
| DebugDisplayItem | ||
inited : Boolean | DebugDisplayItem | ||
intervalRate : Number | DebugDisplayItem | ||
isInited : Boolean = false [static]
| DebugDisplayItem | ||
lastInterval : uint | DebugDisplayItem | ||
lastUpdate : uint | DebugDisplayItem | ||
staticStage : Stage [static]
| DebugDisplayItem | ||
timeGraph : TimeGraph | DebugDisplayItem | ||
updateRate : Number | DebugDisplayItem |
Method | Defined by | ||
---|---|---|---|
DebugDisplayItem | |||
setUpdateRate(p_time:Number):void
| DebugDisplayItem |
Method | Defined by | ||
---|---|---|---|
createAssets():void
| DebugDisplayItem | ||
init():void
| DebugDisplayItem | ||
onAddToStage(e:Event = null):void
| DebugDisplayItem | ||
onTick(e:Event = null):void
| DebugDisplayItem | ||
resetTimers(includeInterval:Boolean = false):void
| DebugDisplayItem | ||
setCaption(text:String):void
| DebugDisplayItem | ||
update(timePassed:uint, includeInterval:Boolean = false):void
| DebugDisplayItem |
Constant | Defined by | ||
---|---|---|---|
GRAPH_HEIGHT : int = 30 [static]
| DebugDisplayItem | ||
GRAPH_WIDTH : int = 60 [static]
| DebugDisplayItem |
Constant | Defined by | ||
---|---|---|---|
DEFAULT_INTERVAL_RATE : Number = 2 [static]
| DebugDisplayItem | ||
DEFAULT_UPDATE_RATE : Number = 0.1 [static]
| DebugDisplayItem |
background | property |
protected var background:Box
caption | property |
protected var caption:TextField
displayList | property |
protected static var displayList:Array
inited | property |
protected var inited:Boolean
intervalRate | property |
protected var intervalRate:Number
isInited | property |
protected static var isInited:Boolean = false
lastInterval | property |
protected var lastInterval:uint
lastUpdate | property |
protected var lastUpdate:uint
staticStage | property |
protected static var staticStage:Stage
timeGraph | property |
protected var timeGraph:TimeGraph
updateRate | property |
protected var updateRate:Number
DebugDisplayItem | () | constructor |
public function DebugDisplayItem()
createAssets | () | method |
protected function createAssets():void
init | () | method |
protected function init():void
onAddToStage | () | method |
protected function onAddToStage(e:Event = null):void
Parameters
e:Event (default = null )
|
onTick | () | method |
protected function onTick(e:Event = null):void
Parameters
e:Event (default = null )
|
resetTimers | () | method |
protected function resetTimers(includeInterval:Boolean = false):void
Parameters
includeInterval:Boolean (default = false )
|
setCaption | () | method |
protected function setCaption(text:String):void
Parameters
text:String |
setUpdateRate | () | method |
public function setUpdateRate(p_time:Number):void
Parameters
p_time:Number |
update | () | method |
protected function update(timePassed:uint, includeInterval:Boolean = false):void
Parameters
timePassed:uint |
|
includeInterval:Boolean (default = false )
|
DEFAULT_INTERVAL_RATE | constant |
protected static const DEFAULT_INTERVAL_RATE:Number = 2
DEFAULT_UPDATE_RATE | constant |
protected static const DEFAULT_UPDATE_RATE:Number = 0.1
GRAPH_HEIGHT | constant |
public static const GRAPH_HEIGHT:int = 30
GRAPH_WIDTH | constant |
public static const GRAPH_WIDTH:int = 60