vmlelement.js
No description.

File Location

/goog/graphics/vmlelement.js

Classes

goog.graphics.VmlEllipseElement
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.
goog.graphics.VmlGroupElement
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.
goog.graphics.VmlImageElement
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.
goog.graphics.VmlPathElement
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.
goog.graphics.VmlRectElement
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.
goog.graphics.VmlTextElement
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.

Public Protected Private

Global Functions

goog.graphics.vmlGetElement_() Element
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.
code »

Directory graphics

File Reference