Searched refs:AttributeLite (Results 1 - 11 of 11) sorted by relevance
| /yui3/src/graphics/js/ |
| H A D | GraphicBase.js | 39 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 D | VMLDrawing.js | 8 AttributeLite = Y.AttributeLite,
|
| H A D | SVGDrawing.js | 3 AttributeLite = Y.AttributeLite,
|
| H A D | CanvasDrawing.js | 4 AttributeLite = Y.AttributeLite,
|
| H A D | CanvasShape.js | 350 AttributeLite.prototype.set.apply(host, arguments);
|
| H A D | SVGShape.js | 481 AttributeLite.prototype.set.apply(host, arguments);
|
| H A D | VMLShape.js | 1004 AttributeLite.prototype.set.apply(host, arguments);
|
| /yui3/build/graphics/ |
| H A D | graphics-debug.js | 41 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 D | graphics-vml-debug.js | 10 AttributeLite = Y.AttributeLite, 1409 AttributeLite.prototype.set.apply(host, arguments);
|
| /yui3/build/graphics-canvas/ |
| H A D | graphics-canvas-debug.js | 6 AttributeLite = Y.AttributeLite, 1101 AttributeLite.prototype.set.apply(host, arguments);
|
| /yui3/build/graphics-svg/ |
| H A D | graphics-svg-debug.js | 5 AttributeLite = Y.AttributeLite, 1021 AttributeLite.prototype.set.apply(host, arguments);
|
Completed in 88 milliseconds