| Package | org.as3lib.kitchensync.utils |
| Class | public class FrameRateView |
| Inheritance | FrameRateView flash.text.TextField |
See also
| Property | Defined by | ||
|---|---|---|---|
| actualFrameRate : Number [read-only]
| FrameRateView | ||
| formattingFunction : Function
The function used to format the text displayed in the textfield.
| FrameRateView | ||
| updateFrequency : int = 5 Number of frames between each update
| FrameRateView | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| FrameRateView | ||
|
onUpdate(event:KitchenSyncEvent):void
Display is updated by the synchronizer pulses.
| FrameRateView | ||
| actualFrameRate | property |
actualFrameRate:Number [read-only]Implementation
public function get actualFrameRate():Number
| formattingFunction | property |
public var formattingFunction:FunctionThe function used to format the text displayed in the textfield. This can be replaced by the user.
| updateFrequency | property |
public var updateFrequency:int = 5Number of frames between each update
| FrameRateView | () | constructor |
public function FrameRateView()Constructor
| onUpdate | () | method |
public function onUpdate(event:KitchenSyncEvent):voidDisplay is updated by the synchronizer pulses.
Parametersevent:KitchenSyncEvent |