search

goog.graphics.CanvasGroupElement

Provided By
Extends
All Implemented Interfaces
warning Deprecated

goog.graphics is deprecated. It existed to abstract over browser differences before the canvas tag was widely supported. See http://en.wikipedia.org/wiki/Canvas_element for details.

Object representing a group of objects in a canvas. This is an implementation of the goog.graphics.GroupElement interface. You should not construct objects from this constructor. The graphics will return the object for you.

new CanvasGroupElement( graphics )

Parameters
graphics(goog.graphics.CanvasGraphics|null)

The graphics creating this element.

Instance Methods

Instance Properties