diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/api/classes/CanvasEllipse.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/api/classes/CanvasEllipse.html Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,1888 @@ + + + + + CanvasEllipse - YUI 3 + + + + + + + + +
+
+
+ +

+ +
+
+ API Docs for: 3.10.3 +
+
+
+ +
+ +
+
+
+ Show: + + + + + + + +
+ + +
+
+
+

CanvasEllipse Class

+
+ + + + + + + + + + + Module: graphics + + + + +
+ + + +
+

Canvas implementation of the Ellipse class. +CanvasEllipse is not intended to be used directly. Instead, use the Ellipse class. +If the browser lacks SVG capabilities but has +Canvas capabilities, the Ellipse +class will point to the CanvasEllipse class.

+
+ + + +
+ + +
+
+

Item Index

+ + +
+

Methods

+ +
    + +
  • + _draw + + + +
  • + +
+
+ + + +
+

Properties

+ +
    + +
  • + _type + + + +
  • + +
+
+ + + +
+

Attributes

+ + +
+ + + +
+ + +
+

Methods

+ + +
+

_draw

+ + + () + + + + + + + + private + + + + + + + + + + +
+ + + +

+ + Defined in + + + + + graphics/js/CanvasEllipse.js:29 + +

+ + + + + +
+ +
+

Draws the shape.

+
+ + + + + + +
+ + +
+ + + +
+

Properties

+ + +
+

_type

+ String + + + + + private + + + + + + +
+ + + +

+ + Defined in + + + + + graphics/js/CanvasEllipse.js:20 + +

+ + + + +
+ +
+

Indicates the type of shape

+
+ + + + + + +
+ + +
+ + + +
+

Attributes

+ + +
+ +

xRadius

+ Number + + + + + + + + + + + + + + + +
+ + + +

+ + Defined in + + + + + graphics/js/CanvasEllipse.js:45 + +

+ + + + +
+ +
+

Horizontal radius for the ellipse.

+
+ + + + + + +
+ + +
+ +

yRadius

+ Number + + + + + + + + + + + + + + + readonly + + +
+ + + +

+ + Defined in + + + + + graphics/js/CanvasEllipse.js:68 + +

+ + + + +
+ +
+

Vertical radius for the ellipse.

+
+ + + + + + +
+ + +
+ + + +
+
+ +
+
+
+
+
+
+ + + + + + + + + +