Pacote | spark.core |
Classe | public final class DisplayObjectSharingMode |
Herança | DisplayObjectSharingMode Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
displayObjectSharingMode
property of the IGraphicElement class.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
OWNS_SHARED_OBJECT : String = "ownsSharedObject" [estático]
IGraphicElement owns a DisplayObject that is also
assigned to some other IGraphicElement by the parent
Group container. | DisplayObjectSharingMode | ||
OWNS_UNSHARED_OBJECT : String = "ownsUnsharedObject" [estático]
IGraphicElement owns a DisplayObject exclusively. | DisplayObjectSharingMode | ||
USES_SHARED_OBJECT : String = "usesSharedObject" [estático]
IGraphicElement is assigned a DisplayObject by
its parent Group container. | DisplayObjectSharingMode |
Detalhes da constante
OWNS_SHARED_OBJECT | Constante |
public static const OWNS_SHARED_OBJECT:String = "ownsSharedObject"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
IGraphicElement owns a DisplayObject exclusively.
USES_SHARED_OBJECT | Constante |
public static const USES_SHARED_OBJECT:String = "usesSharedObject"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
IGraphicElement is assigned a DisplayObject by its parent Group container.
Wed Jun 13 2018, 11:10 AM Z