Paket | spark.core |
Sınıf | public final class DisplayObjectSharingMode |
Miras Alma | DisplayObjectSharingMode Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
displayObjectSharingMode
property of the IGraphicElement class.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
OWNS_SHARED_OBJECT : String = "ownsSharedObject" [statik]
IGraphicElement owns a DisplayObject that is also
assigned to some other IGraphicElement by the parent
Group container. | DisplayObjectSharingMode | ||
OWNS_UNSHARED_OBJECT : String = "ownsUnsharedObject" [statik]
IGraphicElement owns a DisplayObject exclusively. | DisplayObjectSharingMode | ||
USES_SHARED_OBJECT : String = "usesSharedObject" [statik]
IGraphicElement is assigned a DisplayObject by
its parent Group container. | DisplayObjectSharingMode |
Sabit Ayrıntısı
OWNS_SHARED_OBJECT | Sabit |
public static const OWNS_SHARED_OBJECT:String = "ownsSharedObject"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const OWNS_UNSHARED_OBJECT:String = "ownsUnsharedObject"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
IGraphicElement owns a DisplayObject exclusively.
USES_SHARED_OBJECT | Sabit |
public static const USES_SHARED_OBJECT:String = "usesSharedObject"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
IGraphicElement is assigned a DisplayObject by its parent Group container.
Tue Jun 12 2018, 01:09 PM Z