Class: xrx.vml.Container

xrx.vml. Container

(private) new xrx.vml.Container()

Abstract VML class representing a container.
Parameters:
Type Description
Source:

Members

xrx.vml.Container#childs_ :Array.<xrx.vml.Element>

The child elements of this container.
Type:
Source:

Methods

xrx.vml.Container#addChild(element)

Adds a child element to this container.
Parameters:
Name Type Description
element xrx.vml.Element The child element.
Source:

xrx.vml.Container#getChildren() → {xrx.vml.Element}

Returns the child elements of this container.
Source:
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.
Source:

xrx.vml.Container#removeChildren()

Removes all child elements from this container.
Source: