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.
Wed Nov 15 2017, 09:50 AM +01:00