Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The DisplayObjectSharingMode class defines the possible values for the
displayObjectSharingMode
property of the IGraphicElement class.
public static const OWNS_SHARED_OBJECT:String = ownsSharedObject
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
IGraphicElement owns a DisplayObject that is also
assigned to some other IGraphicElement by the parent
Group container.
public static const OWNS_UNSHARED_OBJECT:String = ownsUnsharedObject
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
IGraphicElement owns a DisplayObject exclusively.
public static const USES_SHARED_OBJECT:String = usesSharedObject
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
IGraphicElement is assigned a DisplayObject by
its parent Group container.
Thu Nov 9 2017, 12:11 AM +01:00