Show:

<a href="http://www.w3.org/TR/html5/the-canvas-element.html">Canvas</a> implementation of the <a href="Ellipse.html">Ellipse</a> class. CanvasEllipse is not intended to be used directly. Instead, use the <a href="Ellipse.html">Ellipse</a> class. If the browser lacks <a href="http://www.w3.org/TR/SVG/">SVG</a> capabilities but has <a href="http://www.w3.org/TR/html5/the-canvas-element.html">Canvas</a> capabilities, the <a href="Ellipse.html">Ellipse</a> class will point to the CanvasEllipse class.

Index

Methods

Properties

Attributes

Methods

_draw

() private

Draws the shape.

Properties

_type

String private

Indicates the type of shape

Attributes

xRadius

Number

Horizontal radius for the ellipse.

yRadius

Number readonly

Vertical radius for the ellipse.