Packagecom.jumpeye.flashEff.core.interfaces
Interfacepublic interface IFlashEffFilter

This interface has to be implemented by the FlashEff filter patterns.



Public Properties
 PropertyDefined by
  component : IFlashEff
Reference to the FlashEff component instance using the current filter pattern.
IFlashEffFilter
  target : Sprite
Reference to the target object to which the filter will be applied.
IFlashEffFilter
Public Methods
 MethodDefined by
  
apply():void
Visually applies the filter on the target object.
IFlashEffFilter
  
remove():void
Removes the filter from the target object but not from the FlashEff component instance.
IFlashEffFilter
Property detail
componentproperty
component:IFlashEff  [read-write]

Reference to the FlashEff component instance using the current filter pattern.

Implementation
    public function get component():IFlashEff
    public function set component(value:IFlashEff):void

See also

targetproperty 
target:Sprite  [read-write]

Reference to the target object to which the filter will be applied.

Implementation
    public function get target():Sprite
    public function set target(value:Sprite):void
Method detail
apply()method
public function apply():void

Visually applies the filter on the target object.

remove()method 
public function remove():void

Removes the filter from the target object but not from the FlashEff component instance.