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