Lines Matching refs:AttributeLite
39 AttributeLite;
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.call(host);
274 Y.mix(GraphicBase, Y.AttributeLite, false, null, 1);