Package | gs.plugins |
Class | public class FilterPlugin |
Inheritance | FilterPlugin ![]() |
Subclasses | BevelFilterPlugin, BlurFilterPlugin, ColorMatrixFilterPlugin, DropShadowFilterPlugin, GlowFilterPlugin |
Property | Defined by | ||
---|---|---|---|
changeFactor : Number [write-only]
| FilterPlugin | ||
![]() | onComplete : Function
Called when the tween is complete.
| TweenPlugin | |
![]() | overwriteProps : Array
Array containing the names of the properties that should be overwritten in OverwriteManager's
AUTO mode.
| TweenPlugin | |
![]() | propName : String
Name of the special property that the plugin should intercept/handle
| TweenPlugin | |
![]() | round : Boolean
If the values should be rounded to the nearest integer, set this to true.
| TweenPlugin |
Property | Defined by | ||
---|---|---|---|
![]() | _changeFactor : Number = 0 | TweenPlugin | |
_filter : BitmapFilter | FilterPlugin | ||
_index : int | FilterPlugin | ||
_remove : Boolean | FilterPlugin | ||
_target : Object | FilterPlugin | ||
![]() | _tweens : Array | TweenPlugin | |
_type : Class | FilterPlugin |
Method | Defined by | ||
---|---|---|---|
FilterPlugin
() | FilterPlugin | ||
![]() |
activate($plugins:Array):Boolean
[static]
Handles integrating the plugin into the GreenSock tweening platform.
| TweenPlugin | |
![]() |
killProps($lookup:Object):void
Gets called on plugins that have multiple overwritable properties by OverwriteManager when
in AUTO mode.
| TweenPlugin | |
onCompleteTween():void
| FilterPlugin | ||
![]() |
Gets called when any tween of the special property begins.
| TweenPlugin |
Method | Defined by | ||
---|---|---|---|
![]() |
addTween($object:Object, $propName:String, $start:Number, $end:String, $overwriteProp:* = null):void
Offers a simple way to add tweening values to the plugin.
| TweenPlugin | |
initFilter($props:Object, $default:BitmapFilter):void
| FilterPlugin | ||
![]() |
updateTweens($changeFactor:Number):void
Updates all the tweens in the _tweens Array.
| TweenPlugin |
Constant | Defined by | ||
---|---|---|---|
API : Number = 1.0 [static]
| FilterPlugin | ||
VERSION : Number = 1.03 [static]
| FilterPlugin |
changeFactor | property |
changeFactor:Number
[write-only]Implementation
public function set changeFactor(value:Number):void
_filter | property |
protected var _filter:BitmapFilter
_index | property |
protected var _index:int
_remove | property |
protected var _remove:Boolean
_target | property |
protected var _target:Object
_type | property |
protected var _type:Class
FilterPlugin | () | constructor |
public function FilterPlugin()
Init Parameters
initFilter | () | method |
protected function initFilter($props:Object, $default:BitmapFilter):void
Parameters
$props:Object |
|
$default:BitmapFilter |
onCompleteTween | () | method |
public function onCompleteTween():void
API | constant |
public static const API:Number = 1.0
VERSION | constant |
public static const VERSION:Number = 1.03