| Package | graphics.process.display |
| Class | public class FiltersDisplay |
| Inheritance | FiltersDisplay Task Object |
| Property | Defined By | ||
|---|---|---|---|
| display : DisplayObject
The DisplayObject reference. | FiltersDisplay | ||
| filters : Array
The filters Array representation to apply. | FiltersDisplay | ||
![]() | finishIt : Signaler
This signal emit when the notifyFinished method is invoked. | Task | |
![]() | logger : Logger
Determinates the internal Logger reference of this Loggable object. | Task | |
![]() | phase : String [read-only]
The current phase of the action. | Task | |
![]() | running : Boolean [read-only]
Indicates true if the process is in progress. | Task | |
![]() | startIt : Signaler
This signal emit when the notifyStarted method is invoked. | Task | |
| Method | Defined By | ||
|---|---|---|---|
FiltersDisplay(display:DisplayObject = null, filters:Array = null)
Creates a new FiltersDisplay instance. | FiltersDisplay | ||
clone():* [override]
Returns a shallow copy of this object. | FiltersDisplay | ||
![]() | isLocked():Boolean
Returns true if the object is locked. | Task | |
![]() | lock():void
Locks the object. | Task | |
![]() | notifyFinished():void
Notify an ActionEvent when the process is finished. | Task | |
![]() | notifyStarted():void
Notify an ActionEvent when the process is started. | Task | |
run(... arguments):void [override]
Run the process. | FiltersDisplay | ||
![]() | unlock():void
Unlocks the display. | Task | |
| display | property |
public var display:DisplayObjectThe DisplayObject reference.
| filters | property |
public var filters:ArrayThe filters Array representation to apply.
| FiltersDisplay | () | Constructor |
public function FiltersDisplay(display:DisplayObject = null, filters:Array = null)Creates a new FiltersDisplay instance.
Parametersdisplay:DisplayObject (default = null) — The DisplayObject reference.
| |
filters:Array (default = null) |
| clone | () | method |
override public function clone():*Returns a shallow copy of this object.
Returns* — a shallow copy of this object.
|
| run | () | method |
override public function run(... arguments):voidRun the process.
Parameters
... arguments |