| Package | com.degrafa.filters |
| Class | public class DegrafaFilter |
| Inheritance | DegrafaFilter DegrafaObject |
| Subclasses | DegrafaBevelFilter, DegrafaBlurFilter, DegrafaColorMatrixFilter, DegrafaConvolutionFilter, DegrafaDisplacementMapFilter, DegrafaDropShadowFilter, DegrafaGlowFilter, DegrafaGradientBevelFilter, DegrafaGradientGlowFilter |
| Property | Defined by | ||
|---|---|---|---|
| bitmapFilter : BitmapFilter [read-only]
Returns the actual filter to be applied
| DegrafaFilter | ||
![]() | 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 | |
![]() | name : String
The name that refers to this object.
| DegrafaObject | |
![]() | objectBindings : Array | DegrafaObject | |
![]() | parent : IDegrafaObject
The current degrafa object parent.
| DegrafaObject | |
![]() | suppressEventProcessing : Boolean
Temporarily suppress event processing for this object.
| DegrafaObject | |
| Method | Defined by | ||
|---|---|---|---|
| DegrafaFilter | |||
![]() |
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 | |
| Method | Defined by | ||
|---|---|---|---|
|
setValue(name:String, value:*):void
To cut down on boilerplate in subclasses.
| DegrafaFilter | ||
| bitmapFilter | property |
bitmapFilter:BitmapFilter [read-only]Returns the actual filter to be applied
Implementation public function get bitmapFilter():BitmapFilter
| DegrafaFilter | () | constructor |
public function DegrafaFilter()
| setValue | () | method |
protected function setValue(name:String, value:*):voidTo cut down on boilerplate in subclasses. Boilerplate would of course be faster. todo: replace with boilerplate - the list of filters ain't gonna change soon :D
Parametersname:String |
|
value:* |