패키지 | spark.components |
클래스 | public class ArrowDirection |
상속 | ArrowDirection Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.6 |
런타임 버전: | AIR 3 |
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
DOWN : String = "down" [정적]
Arrow points down. | ArrowDirection | ||
LEFT : String = "left" [정적]
Arrow points left. | ArrowDirection | ||
NONE : String = "none" [정적]
No arrow direciton. | ArrowDirection | ||
RIGHT : String = "right" [정적]
Arrow points right. | ArrowDirection | ||
UP : String = "up" [정적]
Arrow points up. | ArrowDirection |
상수 세부 정보
DOWN | 상수 |
public static const DOWN:String = "down"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.6 |
런타임 버전: | AIR 3 |
Arrow points down.
LEFT | 상수 |
public static const LEFT:String = "left"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.6 |
런타임 버전: | AIR 3 |
Arrow points left.
NONE | 상수 |
public static const NONE:String = "none"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.6 |
런타임 버전: | AIR 3 |
No arrow direciton.
RIGHT | 상수 |
public static const RIGHT:String = "right"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.6 |
런타임 버전: | AIR 3 |
Arrow points right.
UP | 상수 |
public static const UP:String = "up"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.6 |
런타임 버전: | AIR 3 |
Arrow points up.
Tue Jun 12 2018, 03:17 PM Z