패키지 | spark.core |
클래스 | public final class DisplayObjectSharingMode |
상속 | DisplayObjectSharingMode Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
displayObjectSharingMode
property of the IGraphicElement class.
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
OWNS_SHARED_OBJECT : String = "ownsSharedObject" [정적]
IGraphicElement owns a DisplayObject that is also
assigned to some other IGraphicElement by the parent
Group container. | DisplayObjectSharingMode | ||
OWNS_UNSHARED_OBJECT : String = "ownsUnsharedObject" [정적]
IGraphicElement owns a DisplayObject exclusively. | DisplayObjectSharingMode | ||
USES_SHARED_OBJECT : String = "usesSharedObject" [정적]
IGraphicElement is assigned a DisplayObject by
its parent Group container. | DisplayObjectSharingMode |
상수 세부 정보
OWNS_SHARED_OBJECT | 상수 |
public static const OWNS_SHARED_OBJECT:String = "ownsSharedObject"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
IGraphicElement owns a DisplayObject that is also assigned to some other IGraphicElement by the parent Group container.
OWNS_UNSHARED_OBJECT | 상수 |
public static const OWNS_UNSHARED_OBJECT:String = "ownsUnsharedObject"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
IGraphicElement owns a DisplayObject exclusively.
USES_SHARED_OBJECT | 상수 |
public static const USES_SHARED_OBJECT:String = "usesSharedObject"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
IGraphicElement is assigned a DisplayObject by its parent Group container.
Tue Jun 12 2018, 03:17 PM Z