search

goog.graphics.ext.Shape

Provided By
Extends
All Implemented Interfaces

Wrapper for a graphics shape element.

new Shape( group, path, opt_autoSize )

Parameters
group(goog.graphics.ext.Group|null)

Parent for this element.

pathgoog.graphics.ext.Path

The path to draw.

opt_autoSizeboolean=

Optional flag to specify the path should automatically resize to fit the element. Defaults to false.

Instance Methods

Instance Properties