Searched defs:AttributeLite (Results 1 - 1 of 1) 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...]

Completed in 14 milliseconds