Class: xrx.shape.ShapeGroup

xrx.shape. ShapeGroup

new xrx.shape.ShapeGroup()

A class representing a group of shapes sharing style definitions and behaviour.
Source:

Methods

xrx.shape.ShapeGroup#addChildren(children)

Adds shapes to this shape group.
Parameters:
Name Type Description
children Array.<xrx.shape.Shape> The shapes to add.
Source:

xrx.shape.ShapeGroup#getCreatable() → {xrx.shape.ShapeGroupCreatable}

Returns a helper shape that makes this shape group creatable.
Source:
Returns:
The creatable shape group.
Type
xrx.shape.ShapeGroupCreatable

xrx.shape.ShapeGroup#getHoverable() → {xrx.shape.ShapeGroupHoverable}

Returns a helper shape that makes this shape group hoverable.
Source:
Returns:
The hoverable shape group.
Type
xrx.shape.ShapeGroupHoverable

xrx.shape.ShapeGroup#getModifiable() → {xrx.shape.ShapeGroupModifiable}

Returns a helper shape that makes this shape group modifiable.
Source:
Returns:
The modifiable shape group.
Type
xrx.shape.ShapeGroupModifiable

xrx.shape.ShapeGroup#getSelectable() → {xrx.shape.ShapeGroupSelectable}

Returns a helper shape that makes this shape group selectable.
Source:
Returns:
The selectable shape group.
Type
xrx.shape.ShapeGroupSelectable