| Package | net.guttershark.util.filters |
| Class | public class FilterType |
| Constant | Defined 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 | ||
| FULL | constant |
public static const FULL:String = "full"Defines the filter type applied to the area of an object.
| INNER | constant |
public static const INNER:String = "inner"Defines the filter type applied to the inner area of an object.
| OUTER | constant |
public static const OUTER:String = "outer"Defines the filter type applied to the outer area of an object.