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

/yui3/src/graphics/js/
H A DVMLRect.js3 * `VMLRect` is not intended to be used directly. Instead, use the <a href="Rect.html">`Rect`</a> class.
5 * capabilities, the <a href="Rect.html">`Rect`</a> class will point to the `VMLRect` class.
8 * @class VMLRect
11 VMLRect = function()
13 VMLRect.superclass.constructor.apply(this, arguments);
15 VMLRect.NAME = "vmlRect";
16 Y.extend(VMLRect, Y.VMLShape, {
26 VMLRect.ATTRS = Y.VMLShape.ATTRS;
27 Y.VMLRect = VMLRect;
0 /** function
[all...]

Completed in 102 milliseconds