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

/yui3/src/graphics/js/
H A DVMLPath.js3 * `VMLPath` is not intended to be used directly. Instead, use the <a href="Path.html">`Path`</a> class.
5 * capabilities, the <a href="Path.html">`Path`</a> class will point to the `VMLPath` class.
8 * @class VMLPath
11 VMLPath = function()
13 VMLPath.superclass.constructor.apply(this, arguments);
16 VMLPath.NAME = "vmlPath";
17 Y.extend(VMLPath, Y.VMLShape);
18 VMLPath.ATTRS = Y.merge(Y.VMLShape.ATTRS, {
62 Y.VMLPath = VMLPath;
0 /** function
[all...]

Completed in 18 milliseconds