search

goog.graphics.ext.StrokeAndFillElement

Provided By
Extends
All Implemented Interfaces
All Known Direct Subclasses

Interface for a graphics element that has a stroke and fill. This is the base interface for ellipse, rectangle and other shape interfaces. You should not construct objects from this constructor. Use a subclass.

new StrokeAndFillElement( group, wrapper )

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

Parent for this element.

wrapper(goog.graphics.StrokeAndFillElement|null)

The thin wrapper to wrap.

Instance Methods

Instance Properties