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

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

SVGPath Class

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

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

+
+ + + +
+ + +
+
+

Item Index

+ + + + +
+

Properties

+ + +
+ + + +
+

Attributes

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

Properties

+ + +
+

_bottom

+ Number + + + + + private + + + + + + +
+ + + +

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

+ + + + +
+ +
+

Bottom edge of the path

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

_left

+ Number + + + + + private + + + + + + +
+ + + +

+ + Defined in + + + + + graphics/js/SVGPath.js:18 + +

+ + + + +
+ +
+

Left edge of the path

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

_path

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

+ + Defined in + + + + + graphics/js/SVGPath.js:64 + +

+ + + + +
+ +
+

Storage for path

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

_right

+ Number + + + + + private + + + + + + +
+ + + +

+ + Defined in + + + + + graphics/js/SVGPath.js:27 + +

+ + + + +
+ +
+

Right edge of the path

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

_top

+ Number + + + + + private + + + + + + +
+ + + +

+ + Defined in + + + + + graphics/js/SVGPath.js:36 + +

+ + + + +
+ +
+

Top edge of the path

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

_type

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

+ + Defined in + + + + + graphics/js/SVGPath.js:54 + +

+ + + + +
+ +
+

Indicates the type of shape

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

Attributes

+ + +
+ +

height

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

+ + Defined in + + + + + graphics/js/SVGPath.js:105 + +

+ + + + +
+ +
+

Indicates the height of the shape

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

path

+ String + + + + + + + + + + + + + + + readonly + + +
+ + + +

+ + Defined in + + + + + graphics/js/SVGPath.js:75 + +

+ + + + +
+ +
+

Indicates the path used for the node.

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

width

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

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

+ + + + +
+ +
+

Indicates the width of the shape

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