| Package | starling.filters |
| Class | public class FragmentFilterMode |
| Inheritance | FragmentFilterMode Object |
| Constant | Defined By | ||
|---|---|---|---|
| ABOVE : String = above [static] The filter is displayed above the filtered object. | FragmentFilterMode | ||
| BELOW : String = below [static] The filter is displayed below the filtered object. | FragmentFilterMode | ||
| REPLACE : String = replace [static] The filter is replacing the filtered object. | FragmentFilterMode | ||
| ABOVE | Constant |
public static const ABOVE:String = aboveThe filter is displayed above the filtered object.
| BELOW | Constant |
public static const BELOW:String = belowThe filter is displayed below the filtered object.
| REPLACE | Constant |
public static const REPLACE:String = replaceThe filter is replacing the filtered object.