Thin wrapper for SVG 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.
extends goog.graphics.EllipseElementInstance Method Summary | |
setCenter(number cx, number cy) Update the center point of the ellipse. | |
setRadius(number rx, number ry) Update the radius of the ellipse. |