Pacchetto | spark.core |
Classe | public final class DisplayObjectSharingMode |
Ereditarietà | DisplayObjectSharingMode Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
displayObjectSharingMode
property of the IGraphicElement class.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
OWNS_SHARED_OBJECT : String = "ownsSharedObject" [statico]
IGraphicElement owns a DisplayObject that is also
assigned to some other IGraphicElement by the parent
Group container. | DisplayObjectSharingMode | ||
OWNS_UNSHARED_OBJECT : String = "ownsUnsharedObject" [statico]
IGraphicElement owns a DisplayObject exclusively. | DisplayObjectSharingMode | ||
USES_SHARED_OBJECT : String = "usesSharedObject" [statico]
IGraphicElement is assigned a DisplayObject by
its parent Group container. | DisplayObjectSharingMode |
Descrizione delle costanti
OWNS_SHARED_OBJECT | Costante |
public static const OWNS_SHARED_OBJECT:String = "ownsSharedObject"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni 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 | Costante |
public static const OWNS_UNSHARED_OBJECT:String = "ownsUnsharedObject"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
IGraphicElement owns a DisplayObject exclusively.
USES_SHARED_OBJECT | Costante |
public static const USES_SHARED_OBJECT:String = "usesSharedObject"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
IGraphicElement is assigned a DisplayObject by its parent Group container.
Tue Jun 12 2018, 02:44 PM Z