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

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

SVGCircle Class

+
+ + + + + +
+ Defined in: graphics/js/SVGCircle.js:1 +
+ + + + + Module: graphics + + + + +
+ + + +
+

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

+
+ + + +
+ + +
+
+

Item Index

+ + +
+

Methods

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

Properties

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

Attributes

+ + +
+ + + +
+ + +
+

Methods

+ + +
+

_draw

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

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

+ + + + + +
+ +
+

Updates the shape.

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

Properties

+ + +
+

_type

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

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

+ + + + +
+ +
+

Indicates the type of shape

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

Attributes

+ + +
+ +

height

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

+ + Defined in + + + + + graphics/js/SVGCircle.js:72 + +

+ + + + +
+ +
+

Indicates the height of the shape

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

radius

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

+ + Defined in + + + + + graphics/js/SVGCircle.js:91 + +

+ + + + +
+ +
+

Radius of the circle

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

width

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

+ + Defined in + + + + + graphics/js/SVGCircle.js:53 + +

+ + + + +
+ +
+

Indicates the width of the shape

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