Packageat.fhjoanneum.dmt.umj.core.display.animations.core.base
Classpublic class QueuedAnimation
InheritanceQueuedAnimation Inheritance Object

GENERIC ANIMATION: QueuedAnimation is a entity class to remember ONE single future animation.



Public Properties
 PropertyDefined By
  backwards : Boolean
[read-only]
QueuedAnimation
  continueFromCurrentState : Boolean
[read-only]
QueuedAnimation
  fromTarget : UIComponent
[read-only]
QueuedAnimation
  overridedefaultdurationInMs : Number
[read-only]
QueuedAnimation
  target : UIComponent
[read-only]
QueuedAnimation
  toTarget : UIComponent
[read-only]
QueuedAnimation
Public Methods
 MethodDefined By
  
QueuedAnimation(newbackwards:Boolean, newoverridedefaultdurationInMs:Number, newcontinueFromCurrentState:Boolean, target:UIComponent = null, fromTarget:UIComponent = null, toTarget:UIComponent = null)
QueuedAnimation
  
toString():String
QueuedAnimation
Property Detail
backwardsproperty
backwards:Boolean  [read-only]


Implementation
    public function get backwards():Boolean
continueFromCurrentStateproperty 
continueFromCurrentState:Boolean  [read-only]


Implementation
    public function get continueFromCurrentState():Boolean
fromTargetproperty 
fromTarget:UIComponent  [read-only]


Implementation
    public function get fromTarget():UIComponent
overridedefaultdurationInMsproperty 
overridedefaultdurationInMs:Number  [read-only]


Implementation
    public function get overridedefaultdurationInMs():Number
targetproperty 
target:UIComponent  [read-only]


Implementation
    public function get target():UIComponent
toTargetproperty 
toTarget:UIComponent  [read-only]


Implementation
    public function get toTarget():UIComponent
Constructor Detail
QueuedAnimation()Constructor
public function QueuedAnimation(newbackwards:Boolean, newoverridedefaultdurationInMs:Number, newcontinueFromCurrentState:Boolean, target:UIComponent = null, fromTarget:UIComponent = null, toTarget:UIComponent = null)



Parameters
newbackwards:Boolean
 
newoverridedefaultdurationInMs:Number
 
newcontinueFromCurrentState:Boolean
 
target:UIComponent (default = null)
 
fromTarget:UIComponent (default = null)
 
toTarget:UIComponent (default = null)
Method Detail
toString()method
public function toString():String

Returns
String