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.
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00