Packagesekati.filters
Classpublic class FilterType

FilterType defines the rendering type of a Filter object.



Public Methods
 MethodDefined by
  
FilterType Static Constructor
FilterType
Public Constants
 ConstantDefined by
  FULL : String = "full"
[static] Defines the filter type applied to the area of an object.
FilterType
  INNER : String = "inner"
[static] Defines the filter type applied to the inner area of an object.
FilterType
  OUTER : String = "outer"
[static] Defines the filter type applied to the outer area of an object.
FilterType
Constructor detail
FilterType()constructor
public function FilterType()

FilterType Static Constructor

Constant detail
FULLconstant
public static const FULL:String = "full"

Defines the filter type applied to the area of an object.

INNERconstant 
public static const INNER:String = "inner"

Defines the filter type applied to the inner area of an object.

OUTERconstant 
public static const OUTER:String = "outer"

Defines the filter type applied to the outer area of an object.