| Package | org.springextensions.actionscript.utils |
| Class | public class DisplayObjectContainerUtils |
Authors: Bert Vandamme, Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
| Method | Defined by | ||
|---|---|---|---|
|
addChildren(container:DisplayObjectContainer, children:Array):void
[static]
Adds all display objects in the children array to the container.
| DisplayObjectContainerUtils | ||
| addChildren | () | method |
public static function addChildren(container:DisplayObjectContainer, children:Array):voidAdds all display objects in the children array to the container.
Parameterscontainer:DisplayObjectContainer — the container to which the children will be added
|
|
children:Array — the array of DisplayObject instances that will be added as a child of the container
|