Pakket | spark.effects |
Klasse | public class WipeDirection |
Overerving | WipeDirection Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
direction
property of the Wipe class.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
DOWN : String = "down" [statisch]
Wipe direction that starts at the top and moves down
| WipeDirection | ||
LEFT : String = "left" [statisch]
Wipe direction that starts at the right and moves left
| WipeDirection | ||
RIGHT : String = "right" [statisch]
Wipe direction that starts at the left and moves right
| WipeDirection | ||
UP : String = "up" [statisch]
Wipe direction that starts at the bottom and moves up
| WipeDirection |
Constantedetails
DOWN | Constante |
public static const DOWN:String = "down"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the top and moves down
LEFT | Constante |
public static const LEFT:String = "left"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the right and moves left
RIGHT | Constante |
public static const RIGHT:String = "right"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the left and moves right
UP | Constante |
public static const UP:String = "up"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the bottom and moves up
Wed Jun 13 2018, 11:42 AM Z