Class: xrx.vml.Group

xrx.vml. Group

(private) new xrx.vml.Group(The)

VML class representing a group.
Parameters:
Name Type Description
The HTMLElement HTML element.
Source:

Extends

Members

xrx.vml.Group#element_

Inherited From:
Source:

Methods

(static) xrx.vml.Group.create(canvas)

Creates a new group.
Parameters:
Name Type Description
canvas xrx.vml.Canvas The parent canvas of the group.
Source:

xrx.vml.Group#getElement() → {HTMLElement}

Returns the HTML element held by the Raphael object.
Inherited From:
Source:
Returns:
The HTML element.
Type
HTMLElement