Packagenet.guttershark.util.filters
Classpublic class FilterType

FilterType defines the rendering type of a Filter object.



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
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.