Searched defs:GraphicBase (Results 1 - 1 of 1) sorted by relevance

/yui3/src/graphics/js/
H A DGraphicBase.js38 GraphicBase,
226 * GraphicBase serves as the base class for the graphic layer. It serves the same purpose as
230 * @class GraphicBase
234 GraphicBase = function(cfg)
254 GraphicBase.NAME = "baseGraphic"; class
256 GraphicBase.prototype = {
274 Y.mix(GraphicBase, Y.AttributeLite, false, null, 1);
275 Y.mix(GraphicBase, PluginHost, false, null, 1);
276 GraphicBase.prototype.constructor = GraphicBase;
223 Y.AttributeLite = AttributeLite; function
[all...]

Completed in 1083 milliseconds