패키지 | spark.effects |
클래스 | public class WipeDirection |
상속 | WipeDirection Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
direction
property of the Wipe class.
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
DOWN : String = "down" [정적]
Wipe direction that starts at the top and moves down
| WipeDirection | ||
LEFT : String = "left" [정적]
Wipe direction that starts at the right and moves left
| WipeDirection | ||
RIGHT : String = "right" [정적]
Wipe direction that starts at the left and moves right
| WipeDirection | ||
UP : String = "up" [정적]
Wipe direction that starts at the bottom and moves up
| WipeDirection |
상수 세부 정보
DOWN | 상수 |
public static const DOWN:String = "down"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the top and moves down
LEFT | 상수 |
public static const LEFT:String = "left"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the right and moves left
RIGHT | 상수 |
public static const RIGHT:String = "right"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the left and moves right
UP | 상수 |
public static const UP:String = "up"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Wipe direction that starts at the bottom and moves up
Tue Jun 12 2018, 03:17 PM Z