Pakket | spark.core |
Klasse | public final class DisplayObjectSharingMode |
Overerving | DisplayObjectSharingMode Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
displayObjectSharingMode
property of the IGraphicElement class.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
OWNS_SHARED_OBJECT : String = "ownsSharedObject" [statisch]
IGraphicElement owns a DisplayObject that is also
assigned to some other IGraphicElement by the parent
Group container. | DisplayObjectSharingMode | ||
OWNS_UNSHARED_OBJECT : String = "ownsUnsharedObject" [statisch]
IGraphicElement owns a DisplayObject exclusively. | DisplayObjectSharingMode | ||
USES_SHARED_OBJECT : String = "usesSharedObject" [statisch]
IGraphicElement is assigned a DisplayObject by
its parent Group container. | DisplayObjectSharingMode |
Constantedetails
OWNS_SHARED_OBJECT | Constante |
public static const OWNS_SHARED_OBJECT:String = "ownsSharedObject"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | 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 | Constante |
public static const OWNS_UNSHARED_OBJECT:String = "ownsUnsharedObject"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
IGraphicElement owns a DisplayObject exclusively.
USES_SHARED_OBJECT | Constante |
public static const USES_SHARED_OBJECT:String = "usesSharedObject"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
IGraphicElement is assigned a DisplayObject by its parent Group container.
Wed Jun 13 2018, 11:42 AM Z