Thin wrapper for VML ellipse elements.
This is an implementation of the goog.graphics.EllipseElement interface.
You should not construct objects from this constructor. The graphics
will return the object for you.
Thin wrapper for VML group elements.
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.
Thin wrapper for VML image elements.
This is an implementation of the goog.graphics.ImageElement interface.
You should not construct objects from this constructor. The graphics
will return the object for you.
Thin wrapper for VML path elements.
This is an implementation of the goog.graphics.PathElement interface.
You should not construct objects from this constructor. The graphics
will return the object for you.
Thin wrapper for VML rectangle elements.
This is an implementation of the goog.graphics.RectElement interface.
You should not construct objects from this constructor. The graphics
will return the object for you.
Thin wrapper for VML text elements.
This is an implementation of the goog.graphics.TextElement interface.
You should not construct objects from this constructor. The graphics
will return the object for you.
Returns the VML element corresponding to this object. This method is added
to several classes below. Note that the return value of this method may
change frequently in IE8, so it should not be cached externally.
Returns:Element
The VML element corresponding to this object.