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

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

CanvasPath Class

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

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

+
+ + + +
+ + +
+
+

Item Index

+ + +
+

Methods

+ + +
+ + + +
+

Properties

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

Attributes

+ + +
+ + + +
+ + +
+

Methods

+ + +
+

_draw

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

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

+ + + + + +
+ +
+

Draws the shape.

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

createNode

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

+ + Defined in + + + + + graphics/js/CanvasPath.js:39 + +

+ + + + + +
+ +
+

Creates the dom node for the shape.

+
+ + + + +
+

Returns:

+ +
+ + + HTMLElement + +
+
+ + + +
+ + +
+

end

+ + + () + + + + + + + + + + + + + + + + +
+ + + +

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

+ + + + + +
+ +
+

Completes a drawing operation.

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

Properties

+ + +
+

_type

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

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

+ + + + +
+ +
+

Indicates the type of shape

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

Attributes

+ + +
+ +

height

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

+ + Defined in + + + + + graphics/js/CanvasPath.js:104 + +

+ + + + +
+ +
+

Indicates the height of the shape

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

path

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

+ + Defined in + + + + + graphics/js/CanvasPath.js:124 + +

+ + + + +
+ +
+

Indicates the path used for the node.

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

width

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

+ + Defined in + + + + + graphics/js/CanvasPath.js:84 + +

+ + + + +
+ +
+

Indicates the width of the shape

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