Paquete | spark.core |
Clase | public final class DisplayObjectSharingMode |
Herencia | DisplayObjectSharingMode Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
displayObjectSharingMode
property of the IGraphicElement class.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
OWNS_SHARED_OBJECT : String = "ownsSharedObject" [estática]
IGraphicElement owns a DisplayObject that is also
assigned to some other IGraphicElement by the parent
Group container. | DisplayObjectSharingMode | ||
OWNS_UNSHARED_OBJECT : String = "ownsUnsharedObject" [estática]
IGraphicElement owns a DisplayObject exclusively. | DisplayObjectSharingMode | ||
USES_SHARED_OBJECT : String = "usesSharedObject" [estática]
IGraphicElement is assigned a DisplayObject by
its parent Group container. | DisplayObjectSharingMode |
Información sobre constantes
OWNS_SHARED_OBJECT | Constante |
public static const OWNS_SHARED_OBJECT:String = "ownsSharedObject"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
IGraphicElement owns a DisplayObject exclusively.
USES_SHARED_OBJECT | Constante |
public static const USES_SHARED_OBJECT:String = "usesSharedObject"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
IGraphicElement is assigned a DisplayObject by its parent Group container.
Tue Jun 12 2018, 02:12 PM Z