Searched refs:AttributeLite (Results 1 - 11 of 11) sorted by relevance

/yui3/src/graphics/js/
H A DGraphicBase.js39 AttributeLite; function
42 * AttributeLite provides Attribute-like getters and setters for shape classes in the Graphics module. It provides a get/set API without the event infastructure.
45 * @class AttributeLite
48 AttributeLite = function()
57 host.prototype = Y.mix(AttributeLite.prototype, host.prototype);
60 AttributeLite.prototype = {
222 Y.mix(AttributeLite, Y.EventTarget, false, null, 1);
223 Y.AttributeLite = AttributeLite;
244 AttributeLite
58 }; class
[all...]
H A DVMLDrawing.js8 AttributeLite = Y.AttributeLite,
H A DSVGDrawing.js3 AttributeLite = Y.AttributeLite,
H A DCanvasDrawing.js4 AttributeLite = Y.AttributeLite,
H A DCanvasShape.js350 AttributeLite.prototype.set.apply(host, arguments);
H A DSVGShape.js481 AttributeLite.prototype.set.apply(host, arguments);
H A DVMLShape.js1004 AttributeLite.prototype.set.apply(host, arguments);
/yui3/build/graphics/
H A Dgraphics-debug.js41 AttributeLite;
44 * AttributeLite provides Attribute-like getters and setters for shape classes in the Graphics module. It provides a get/set API without the event infastructure.
47 * @class AttributeLite
50 AttributeLite = function()
59 host.prototype = Y.mix(AttributeLite.prototype, host.prototype);
62 AttributeLite.prototype = {
224 Y.mix(AttributeLite, Y.EventTarget, false, null, 1);
225 Y.AttributeLite = AttributeLite;
246 AttributeLite
[all...]
/yui3/build/graphics-vml/
H A Dgraphics-vml-debug.js10 AttributeLite = Y.AttributeLite,
1409 AttributeLite.prototype.set.apply(host, arguments);
/yui3/build/graphics-canvas/
H A Dgraphics-canvas-debug.js6 AttributeLite = Y.AttributeLite,
1101 AttributeLite.prototype.set.apply(host, arguments);
/yui3/build/graphics-svg/
H A Dgraphics-svg-debug.js5 AttributeLite = Y.AttributeLite,
1021 AttributeLite.prototype.set.apply(host, arguments);

Completed in 88 milliseconds