Packagecom.addicted2flash.tween.adapter
Classpublic class FluxBlur
InheritanceFluxBlur Inheritance DisplayFluxAdapter Inheritance AbstractFluxAdapter



Protected Properties
 PropertyDefined by
 Inheritedchange : Number
Difference of start and end position
AbstractFluxAdapter
 Inheritedeasing : IFluxEasing
Easing object
AbstractFluxAdapter
 Inheritedfrom : Number
Start position
AbstractFluxAdapter
 Inheritedtarget : DisplayObject
Target of the adapter
DisplayFluxAdapter
 Inheritedto : Number
End position
AbstractFluxAdapter
Public Methods
 MethodDefined by
  
FluxBlur(target:DisplayObject, from:Number, to:Number, quality:int = 1, easing:IFluxEasing = null)
Creates a new FluxBlur.
FluxBlur
  
finalize():void
Finalizes the property;
FluxBlur
  
from(target:DisplayObject, from:Number, quality:int = 1, easing:IFluxEasing = null):IFluxAdapter
[static] Creates and returns a new IFluxAdapter and automatically detects its end parameter.
FluxBlur
 Inherited
reverse():void
Swaps the start and end value.
AbstractFluxAdapter
  
to(target:DisplayObject, to:Number, quality:int = 1, easing:IFluxEasing = null):IFluxAdapter
[static] Creates and returns a new IFluxAdapter and automatically detects its start parameter.
FluxBlur
  
update(t:int, d:int):void
Updates the property.
FluxBlur
Constructor detail
FluxBlur()constructor
public function FluxBlur(target:DisplayObject, from:Number, to:Number, quality:int = 1, easing:IFluxEasing = null)

Creates a new FluxBlur.

Parameters
target:DisplayObject — target of the property
 
from:Number — start
 
to:Number — end
 
quality:int (default = 1) — quality of the blur
 
easing:IFluxEasing (default = null) — easing
Method detail
finalize()method
public override function finalize():void

Finalizes the property;

from()method 
public static function from(target:DisplayObject, from:Number, quality:int = 1, easing:IFluxEasing = null):IFluxAdapter

Creates and returns a new IFluxAdapter and automatically detects its end parameter.

Parameters
target:DisplayObject — target of the property
 
from:Number — start
 
quality:int (default = 1) — quality of the blur
 
easing:IFluxEasing (default = null) — easing

Returns
IFluxAdapter — property
to()method 
public static function to(target:DisplayObject, to:Number, quality:int = 1, easing:IFluxEasing = null):IFluxAdapter

Creates and returns a new IFluxAdapter and automatically detects its start parameter.

Parameters
target:DisplayObject — target of the property
 
to:Number — end
 
quality:int (default = 1) — quality of the blur
 
easing:IFluxEasing (default = null) — easing

Returns
IFluxAdapter — property
update()method 
public override function update(t:int, d:int):void

Updates the property.

Parameters
t:int — elapsed time
 
d:int — total duration