Searched defs:CanvasPath (Results 1 - 1 of 1) sorted by relevance

/yui3/src/graphics/js/
H A DCanvasPath.js3 * `CanvasPath` is not intended to be used directly. Instead, use the <a href="Path.html">`Path`</a> class.
6 * class will point to the `CanvasPath` class.
9 * @class CanvasPath
12 CanvasPath = function(cfg)
14 CanvasPath.superclass.constructor.apply(this, arguments);
16 CanvasPath.NAME = "canvasPath";
17 Y.extend(CanvasPath, Y.CanvasShape, {
71 CanvasPath.ATTRS = Y.merge(Y.CanvasShape.ATTRS, {
128 Y.CanvasPath = CanvasPath;
0 /** function
[all...]

Completed in 22 milliseconds