(private) new xrx.vml.Container()
Abstract VML class representing a container.
Parameters:
Type | Description |
---|---|
Members
-
xrx.vml.Container#childs_ :Array.<xrx.vml.Element>
-
The child elements of this container.
Type:
- Array.<xrx.vml.Element>
Methods
-
xrx.vml.Container#addChild(element)
-
Adds a child element to this container.
Parameters:
Name Type Description element
xrx.vml.Element The child element. -
xrx.vml.Container#getChildren() → {xrx.vml.Element}
-
Returns the child elements of this container.
Returns:
The child elements.- Type
- xrx.vml.Element
-
xrx.vml.Container#removeChildAt(index)
-
Removes one child element at an index.
Parameters:
Name Type Description index
number The index. -
xrx.vml.Container#removeChildren()
-
Removes all child elements from this container.