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

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

CanvasCircle Class

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

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

+
+ + + +
+ + +
+
+

Item Index

+ + +
+

Methods

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

Properties

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

Attributes

+ + +
+ + + +
+ + +
+

Methods

+ + +
+

_draw

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

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

+ + + + + +
+ +
+

Draws the shape.

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

Properties

+ + +
+

_type

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

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

+ + + + +
+ +
+

Indicates the type of shape

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

Attributes

+ + +
+ +

height

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

+ + Defined in + + + + + graphics/js/CanvasCircle.js:67 + +

+ + + + +
+ +
+

Indicates the height of the shape

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

radius

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

+ + Defined in + + + + + graphics/js/CanvasCircle.js:86 + +

+ + + + +
+ +
+

Radius of the circle

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

width

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

+ + Defined in + + + + + graphics/js/CanvasCircle.js:48 + +

+ + + + +
+ +
+

Indicates the width of the shape

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