search

goog.graphics.CanvasEllipseElement

Provided By
Extends
All Implemented Interfaces

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.

new CanvasEllipseElement( element, graphics, cx, cy, rx, ry, stroke, fill )

Parameters
element(Element|null)

The DOM element to wrap.

graphics(goog.graphics.CanvasGraphics|null)

The graphics creating this element.

cxnumber

Center X coordinate.

cynumber

Center Y coordinate.

rxnumber

Radius length for the x-axis.

rynumber

Radius length for the y-axis.

stroke(goog.graphics.Stroke|null)

The stroke to use for this element.

fill(goog.graphics.Fill|null)

The fill to use for this element.

Instance Methods

Instance Properties