canvaselement.js
No description.

File Location

/goog/graphics/canvaselement.js

Classes

goog.graphics.CanvasEllipseElement
Thin wrapper for canvas 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.CanvasGroupElement
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.
goog.graphics.CanvasImageElement
Thin wrapper for canvas 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.CanvasPathElement
Thin wrapper for canvas 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.CanvasRectElement
Thin wrapper for canvas 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.CanvasTextElement
Thin wrapper for canvas 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.

Directory graphics

File Reference