Packagecom.addicted2flash.tween.adapter
Classpublic class DisplayFluxAdapter
InheritanceDisplayFluxAdapter Inheritance AbstractFluxAdapter
SubclassesFluxAlpha, FluxBlur, FluxBlurX, FluxBlurY, FluxHeight, FluxRotation, FluxScale, FluxScaleX, FluxScaleY, FluxWidth, FluxX, FluxY

Abstract class for IFluxAdapter implementations that tween DisplayObjects.



Protected Properties
 PropertyDefined by
 Inheritedchange : Number
Difference of start and end position
AbstractFluxAdapter
 Inheritedeasing : IFluxEasing
Easing object
AbstractFluxAdapter
 Inheritedfrom : Number
Start position
AbstractFluxAdapter
  target : DisplayObject
Target of the adapter
DisplayFluxAdapter
 Inheritedto : Number
End position
AbstractFluxAdapter
Public Methods
 MethodDefined by
  
DisplayFluxAdapter(target:DisplayObject, from:Number, to:Number, easing:IFluxEasing = null)
Creates a new DisplayFluxAdapter.
DisplayFluxAdapter
 Inherited
finalize():void
Finalizes the property;
AbstractFluxAdapter
 Inherited
reverse():void
Swaps the start and end value.
AbstractFluxAdapter
 Inherited
update(t:int, d:int):void
Updates the property.
AbstractFluxAdapter
Property detail
targetproperty
protected var target:DisplayObject

Target of the adapter

Constructor detail
DisplayFluxAdapter()constructor
public function DisplayFluxAdapter(target:DisplayObject, from:Number, to:Number, easing:IFluxEasing = null)

Creates a new DisplayFluxAdapter.

Parameters
target:DisplayObject — target of the adapter
 
from:Number — start
 
to:Number — end position
 
easing:IFluxEasing (default = null) — easing