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

/yui3/src/graphics/js/
H A DVMLShape.js3 * `VMLShape` is not intended to be used directly. Instead, use the <a href="Shape.html">`Shape`</a> class.
5 * capabilities, the <a href="Shape.html">`Shape`</a> class will point to the `VMLShape` class.
8 * @class VMLShape
12 VMLShape = function()
17 VMLShape.superclass.constructor.apply(this, arguments);
20 VMLShape.NAME = "vmlShape";
22 Y.extend(VMLShape, Y.GraphicBase, Y.mix({
250 * @param {VMLShape | HTMLElement} needle The possible node or descendent
1083 VMLShape.ATTRS = {
1272 * <p>These properties are not currently implemented in `CanvasShape` or `VMLShape`
0 /** class
[all...]

Completed in 73 milliseconds