Packageorg.coretween.effects
Classpublic class BlurEffect
InheritanceBlurEffect Inheritance Effect Inheritance Tween Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
 Inheriteddelay : Number
Sets or gets the delay of a Tween object.
Tween
 Inheritedduration : Number
Sets or returns the duration of the Tween.
Tween
 Inheritedequations : Object
[write-only] Sets or returns the equations that the Tween object is tweening with.
Tween
 InheritedFRAME : uint = 2
[static] Use this constant to specify if frame based rendering is preferred when executing the tween.
Tween
 Inheritedloop : Boolean
Indicates whether the Tween object loops or not.
Tween
 Inheritedpaused : Boolean
[read-only] Returns the current paused state of the Tween object.
Tween
 Inheritedposition : Number
[read-only] Returns the percentage that the tween has completed.
Tween
  quality : Number
[read-only]
BlurEffect
 InheritedQUALITY_HIGH : uint = 3
[static]
Effect
 InheritedQUALITY_LOW : uint = 1
[static]
Effect
 InheritedQUALITY_MEDIUM : uint = 2
[static]
Effect
  target : Object
[override]
BlurEffect
 InheritedTIME : uint = 1
[static] Use this constant to specify if time based rendering is preferred when executing the tween.
Tween
 Inheritedtweening : Boolean
[read-only] Returns the current tweening state of the Tween.
Tween
 Inheritedtype : uint
Sets or returns the rendering method for the tween.
Tween
  values : Object
[override]
BlurEffect
  xblur : Number
BlurEffect
  yblur : Number
BlurEffect
Protected Properties
 PropertyDefined By
 Inherited_effectTarget : Object = null
Effect
Public Methods
 MethodDefined By
  
BlurEffect(target:Object, values:Object, duration:Number, equations:Object, delay:Number = 0, loop:Boolean = false, type:uint = 0xffff)
BlurEffect
 Inherited
pause(... args):void
Pauses a tween.
Tween
 Inherited
resume():void
Resumes a paused tween.
Tween
 Inherited
rewind():void
Rewinds a tween to its starting position.
Tween
  
start():void
[override]
BlurEffect
 Inherited
stop():void
Stops the tween.
Tween
  
update(currentTime:Number):void
[override]
BlurEffect
Property Detail
qualityproperty
quality:Number  [read-only]


Implementation
    public function get quality():Number
targetproperty 
target:Object[override]


Implementation
    public function get target():Object
    public function set target(value:Object):void
valuesproperty 
values:Object[override]


Implementation
    public function get values():Object
    public function set values(value:Object):void
xblurproperty 
xblur:Number


Implementation
    public function get xblur():Number
    public function set xblur(value:Number):void
yblurproperty 
yblur:Number


Implementation
    public function get yblur():Number
    public function set yblur(value:Number):void
Constructor Detail
BlurEffect()Constructor
public function BlurEffect(target:Object, values:Object, duration:Number, equations:Object, delay:Number = 0, loop:Boolean = false, type:uint = 0xffff)



Parameters
target:Object
 
values:Object
 
duration:Number
 
equations:Object
 
delay:Number (default = 0)
 
loop:Boolean (default = false)
 
type:uint (default = 0xffff)
Method Detail
start()method
override public function start():void

update()method 
override public function update(currentTime:Number):void

Parameters

currentTime:Number