| Package | com.degrafa.filters |
| Class | public class DegrafaGradientGlowFilter |
| Inheritance | DegrafaGradientGlowFilter DegrafaFilter DegrafaObject |
| Property | Defined by | ||
|---|---|---|---|
| alphas : Array | DegrafaGradientGlowFilter | ||
| angle : Number | DegrafaGradientGlowFilter | ||
| bitmapFilter : BitmapFilter [read-only]
| DegrafaGradientGlowFilter | ||
| blurX : Number | DegrafaGradientGlowFilter | ||
| blurY : Number | DegrafaGradientGlowFilter | ||
| colors : Array | DegrafaGradientGlowFilter | ||
| distance : Number | DegrafaGradientGlowFilter | ||
![]() | document : Object
The MXML document that created this object.
| DegrafaObject | |
![]() | enableEvents : Boolean
Enable events for this object.
| DegrafaObject | |
![]() | hasEventManager : Boolean
Tests to see if a EventDispatcher instance has been created for this object.
| DegrafaObject | |
![]() | id : String
The identifier used by document to refer to this object.
| DegrafaObject | |
![]() | isInitialized : Boolean | DegrafaObject | |
| knockout : Boolean | DegrafaGradientGlowFilter | ||
![]() | name : String
The name that refers to this object.
| DegrafaObject | |
![]() | objectBindings : Array | DegrafaObject | |
![]() | parent : IDegrafaObject
The current degrafa object parent.
| DegrafaObject | |
| quality : int | DegrafaGradientGlowFilter | ||
| ratios : Array | DegrafaGradientGlowFilter | ||
| strength : Number | DegrafaGradientGlowFilter | ||
![]() | suppressEventProcessing : Boolean
Temporarily suppress event processing for this object.
| DegrafaObject | |
| type : String | DegrafaGradientGlowFilter | ||
| Method | Defined by | ||
|---|---|---|---|
|
DegrafaGradientGlowFilter(distance:Number = 4.0, angle:Number = 45, colors:Array = null, alphas:Array = null, ratios:Array = null, blurX:Number = 4.0, blurY:Number = 4.0, strength:Number = 1, quality:int = 1, type:String = "inner", knockout:Boolean = false)
| DegrafaGradientGlowFilter | ||
![]() |
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = true):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
| DegrafaObject | |
![]() |
dispatchEvent(evt:Event):Boolean
Dispatches an event into the event flow.
| DegrafaObject | |
![]() |
dispatchPropertyChange(bubbles:Boolean = false, property:Object = null, oldValue:Object = null, newValue:Object = null, source:Object = null):Boolean
Dispatches an property change event into the event flow.
| DegrafaObject | |
![]() |
hasEventListener(type:String):Boolean
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
| DegrafaObject | |
![]() |
initChange(property:String, oldValue:Object, newValue:Object, source:Object):void
Helper function for dispatching property changes
| DegrafaObject | |
![]() |
initialized(document:Object, id:String):void
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized.
| DegrafaObject | |
![]() |
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
| DegrafaObject | |
![]() |
willTrigger(type:String):Boolean
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
| DegrafaObject | |
| alphas | property |
alphas:Array [read-write]This property can be used as the source for data binding.
Implementation public function get alphas():Array
public function set alphas(value:Array):void
| angle | property |
angle:Number [read-write]This property can be used as the source for data binding.
Implementation public function get angle():Number
public function set angle(value:Number):void
| bitmapFilter | property |
bitmapFilter:BitmapFilter [read-only]Implementation
public function get bitmapFilter():BitmapFilter
| blurX | property |
blurX:Number [read-write]This property can be used as the source for data binding.
Implementation public function get blurX():Number
public function set blurX(value:Number):void
| blurY | property |
blurY:Number [read-write]This property can be used as the source for data binding.
Implementation public function get blurY():Number
public function set blurY(value:Number):void
| colors | property |
colors:Array [read-write]This property can be used as the source for data binding.
Implementation public function get colors():Array
public function set colors(value:Array):void
| distance | property |
distance:Number [read-write]This property can be used as the source for data binding.
Implementation public function get distance():Number
public function set distance(value:Number):void
| knockout | property |
knockout:Boolean [read-write]This property can be used as the source for data binding.
Implementation public function get knockout():Boolean
public function set knockout(value:Boolean):void
| quality | property |
quality:int [read-write]This property can be used as the source for data binding.
Implementation public function get quality():int
public function set quality(value:int):void
| ratios | property |
ratios:Array [read-write]This property can be used as the source for data binding.
Implementation public function get ratios():Array
public function set ratios(value:Array):void
| strength | property |
strength:Number [read-write]This property can be used as the source for data binding.
Implementation public function get strength():Number
public function set strength(value:Number):void
| type | property |
type:String [read-write]This property can be used as the source for data binding.
Implementation public function get type():String
public function set type(value:String):void
| DegrafaGradientGlowFilter | () | constructor |
public function DegrafaGradientGlowFilter(distance:Number = 4.0, angle:Number = 45, colors:Array = null, alphas:Array = null, ratios:Array = null, blurX:Number = 4.0, blurY:Number = 4.0, strength:Number = 1, quality:int = 1, type:String = "inner", knockout:Boolean = false)Parameters
distance:Number (default = 4.0) |
|
angle:Number (default = 45) |
|
colors:Array (default = null) |
|
alphas:Array (default = null) |
|
ratios:Array (default = null) |
|
blurX:Number (default = 4.0) |
|
blurY:Number (default = 4.0) |
|
strength:Number (default = 1) |
|
quality:int (default = 1) |
|
type:String (default = "inner") |
|
knockout:Boolean (default = false) |