Lines Matching defs:VMLPath
3 * `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;