| Package | com.bourre.transitions |
| Class | public class TweenFPS |
| Inheritance | TweenFPS AbstractTween AbstractSyncCommand AbstractCommand |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
TODO Documentation.
| Method | Defined by | ||
|---|---|---|---|
|
TweenFPS(target:Object, setter:String, endValue:Number, duration:Number, startValue:Number, easing:Function = null, getter:String = null)
| TweenFPS | ||
![]() |
addASyncCommandListener(listener:ASyncCommandListener, ... rest):Boolean
Adds the passed-in listener as listener for the
onCommandEnd
event of this command. | AbstractSyncCommand | |
![]() |
addEventListener(type:String, listener:Object, ... rest):Boolean
Adds an event listener for the specified event type.
| AbstractTween | |
![]() |
addListener(listener:TweenListener):Boolean
Adds the passed-in listener as listener for all events dispatched
by this event broadcaster.
| AbstractTween | |
![]() |
execute(e:Event = null):void
Execute the request according to the current command data.
| AbstractTween | |
![]() |
fireCommandEndEvent():void
Fires the
onCommandEnd event to the listeners
of this command. | AbstractSyncCommand | |
![]() |
getDuration():Number
| AbstractTween | |
![]() |
getEasing():Function
| AbstractTween | |
![]() |
getEndValue():Number
| AbstractTween | |
![]() |
Returns the exclusive logger object owned by the plugin.
| AbstractCommand | |
![]() |
getModel(key:String):AbstractModel
Returns a reference to the model
AbstractModel. | AbstractCommand | |
![]() |
Returns a reference to the owner of this command.
| AbstractCommand | |
![]() |
getPlayHeadPosition():Number
| AbstractTween | |
![]() |
getProperty():String
| AbstractTween | |
![]() |
getStartValue():Number
| AbstractTween | |
![]() |
getTarget():Object
| AbstractTween | |
![]() |
getView(key:String):AbstractView
Returns a reference to the view
AbstractView. | AbstractCommand | |
![]() |
isModelRegistered(key:String):Boolean
Check if a model
AbstractModel is registered
with passed key in owner's ModelLocator. | AbstractCommand | |
|
isMotionFinished():Boolean
| TweenFPS | ||
![]() |
isReversed():Boolean
| AbstractTween | |
|
isReversedMotionFinished():Boolean
| TweenFPS | ||
![]() |
isRunning():Boolean
Returns
true if this command is currently
processing. | AbstractSyncCommand | |
![]() |
isViewRegistered(key:String):Boolean
Check if a view
AbstractView is registered
with passed key in owner's ViewLocator. | AbstractCommand | |
![]() |
noEasing(t:Number, b:Number, c:Number, d:Number):Number
[static]
| AbstractTween | |
![]() |
onTick(e:Event = null):void
Method called by the
TickBeacon for each
step of time according to its time slicing approach. | AbstractTween | |
![]() |
onUpdate():void
| AbstractTween | |
![]() |
removeASyncCommandListener(listener:ASyncCommandListener):Boolean
Removes the passed-in listener for listening
the
onCommandEnd event of this command. | AbstractSyncCommand | |
![]() |
removeEventListener(type:String, listener:Object):Boolean
Removes the passed-in listener for listening the specified event.
| AbstractTween | |
![]() |
removeListener(listener:TweenListener):Boolean
Removes the passed-in listener object from this event
broadcaster.
| AbstractTween | |
![]() |
reset():void
Resets the state of this object.
| AbstractTween | |
![]() |
run():void
Implementation of the
Runnable interface,
a call to run() is equivalent to a call to
execute without argument. | AbstractSyncCommand | |
![]() |
setDuration(n:Number):void
| AbstractTween | |
![]() |
setEasing(f:Function):void
Defines the easing function used by this
Tween object. | AbstractTween | |
![]() |
setEndValue(n:Number):void
| AbstractTween | |
![]() |
Defines the plugin owner of this command.
| AbstractCommand | |
![]() |
setPlayHeadPosition(n:Number):void
| AbstractTween | |
![]() |
setProperty(p:String):void
| AbstractTween | |
![]() |
setReversed(b:Boolean):void
| AbstractTween | |
![]() |
setStartValue(n:Number):void
| AbstractTween | |
![]() |
setTarget(o:Object):void
| AbstractTween | |
![]() |
start():void
Starts the operation of this suspendable operation.
| AbstractTween | |
![]() |
stop():void
Stops the operation in process.
| AbstractTween | |
![]() |
toString():String
Returns the string representation of the object.
| AbstractSyncCommand | |
| TweenFPS | () | constructor |
public function TweenFPS(target:Object, setter:String, endValue:Number, duration:Number, startValue:Number, easing:Function = null, getter:String = null)
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
target:Object |
|
setter:String |
|
endValue:Number |
|
duration:Number |
|
startValue:Number |
|
easing:Function (default = null) |
|
getter:String (default = null) |
| isMotionFinished | () | method |
public override function isMotionFinished():Boolean
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Boolean |
| isReversedMotionFinished | () | method |
public override function isReversedMotionFinished():Boolean
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Boolean |