| Package | graphics.transitions |
| Class | public class CoreTransition |
| Inheritance | CoreTransition CoreAction Task Object |
| Implements | Transition |
| Subclasses | Motion, NetStreamTransition, SwitchBackgroundGradientColor, TimelineTransition |
| Property | Defined By | ||
|---|---|---|---|
![]() | changeIt : Signaler
This signal emit when the notifyChanged method is invoked. | CoreAction | |
![]() | clearIt : Signaler
This signal emit when the notifyCleared method is invoked. | CoreAction | |
![]() | finishIt : Signaler
This signal emit when the notifyFinished method is invoked. | Task | |
| id : *
Indicates the id value of this object. | CoreTransition | ||
![]() | infoIt : Signaler
This signal emit when the notifyInfo method is invoked. | CoreAction | |
![]() | logger : Logger
Determinates the internal Logger reference of this Loggable object. | Task | |
![]() | looping : Boolean
The flag to determinate if the Action object is looped. | CoreAction | |
![]() | loopIt : Signaler
This signal emit when the notifyLooped method is invoked. | CoreAction | |
![]() | pauseIt : Signaler
This signal emit when the notifyPause method is invoked. | CoreAction | |
![]() | phase : String [read-only]
The current phase of the action. | Task | |
![]() | progressIt : Signaler
This signal emit when the notifyProgress method is invoked. | CoreAction | |
![]() | resumeIt : Signaler
This signal emit when the notifyResumed method is invoked. | CoreAction | |
![]() | running : Boolean [read-only]
Indicates true if the process is in progress. | Task | |
![]() | startIt : Signaler
This signal emit when the notifyStarted method is invoked. | Task | |
![]() | stopIt : Signaler
This signal emit when the notifyStopped method is invoked. | CoreAction | |
![]() | timeoutIt : Signaler
This signal emit when the notifyTimeOut method is invoked. | CoreAction | |
| Method | Defined By | ||
|---|---|---|---|
CoreTransition(id:* = null)
Creates a new CoreTransition instance. | CoreTransition | ||
clone():* [override]
Returns a shallow copy of this object. | CoreTransition | ||
equals(o:*):Boolean
Compares the specified object with this object for equality. | CoreTransition | ||
![]() | isLocked():Boolean
Returns true if the object is locked. | Task | |
![]() | lock():void
Locks the object. | Task | |
![]() | notifyChanged():void
Notify when the process is changed. | CoreAction | |
![]() | notifyCleared():void
Notify when the process is cleared. | CoreAction | |
![]() | notifyFinished():void
Notify an ActionEvent when the process is finished. | Task | |
![]() | notifyInfo(info:*):void
Notify a specific information when the process is changed. | CoreAction | |
![]() | notifyLooped():void
Notify when the process is looped. | CoreAction | |
![]() | notifyPaused():void
Notify when the process is paused. | CoreAction | |
![]() | notifyProgress():void
Notify when the process is in progress. | CoreAction | |
![]() | notifyResumed():void
Notify when the process is resumed. | CoreAction | |
![]() | notifyStarted():void
Notify an ActionEvent when the process is started. | Task | |
![]() | notifyStopped():void
Notify when the process is stopped. | CoreAction | |
![]() | notifyTimeOut():void
Notify when the process is out of time. | CoreAction | |
resume():void
Resume this transition. | CoreTransition | ||
![]() | run(... arguments):void
Run the process. | Task | |
start():void
Starts the transition. | CoreTransition | ||
stop():void
Stops the transition. | CoreTransition | ||
![]() | unlock():void
Unlocks the display. | Task | |
| id | property |
id:*Indicates the id value of this object.
public function get id():* public function set id(value:any):void| CoreTransition | () | Constructor |
public function CoreTransition(id:* = null)Creates a new CoreTransition instance.
Parametersid:* (default = null) — id value of this object.
|
| clone | () | method |
override public function clone():*Returns a shallow copy of this object.
Returns* — a shallow copy of this object.
|
| equals | () | method |
public function equals(o:*):Boolean
Compares the specified object with this object for equality. This method compares the ids of the objects with the Identifiable.getID() method.
Parameters
o:* |
Boolean — true if the the specified object is equal with this object.
|
| resume | () | method |
public function resume():voidResume this transition.
| start | () | method |
public function start():voidStarts the transition.
| stop | () | method |
public function stop():voidStops the transition.