Package | org.flexunit.internals.runners.watcher |
Class | public class FrameWatcher |
Inheritance | FrameWatcher ![]() |
Property | Defined By | ||
---|---|---|---|
approximateMode : Boolean [read-only] | FrameWatcher | ||
stage : Stage | FrameWatcher | ||
timeRemaining : Boolean [read-only] | FrameWatcher |
Method | Defined By | ||
---|---|---|---|
FrameWatcher(stage:Stage = null) | FrameWatcher | ||
simulateTick():void | FrameWatcher |
Method | Defined By | ||
---|---|---|---|
getStage():Stage | FrameWatcher |
Constant | Defined By | ||
---|---|---|---|
ALLOWABLE_FRAME_USE : Number = .85 [static] | FrameWatcher |
approximateMode | property |
approximateMode:Boolean
[read-only] public function get approximateMode():Boolean
stage | property |
stage:Stage
public function get stage():Stage
public function set stage(value:Stage):void
timeRemaining | property |
timeRemaining:Boolean
[read-only] public function get timeRemaining():Boolean
FrameWatcher | () | Constructor |
public function FrameWatcher(stage:Stage = null)
stage:Stage (default = null )
|
getStage | () | method |
protected function getStage():Stage
ReturnsStage |
simulateTick | () | method |
public function simulateTick():void
ALLOWABLE_FRAME_USE | Constant |
public static const ALLOWABLE_FRAME_USE:Number = .85