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

/yui3/src/graphics/js/
H A DCanvasShape.js3 * `CanvasShape` is not intended to be used directly. Instead, use the <a href="Shape.html">`Shape`</a> class.
6 * class will point to the `CanvasShape` class.
9 * @class CanvasShape
12 CanvasShape = function(cfg)
16 CanvasShape.superclass.constructor.apply(this, arguments);
19 CanvasShape.NAME = "canvasShape";
21 Y.extend(CanvasShape, Y.GraphicBase, Y.mix({
141 * @param {CanvasShape | HTMLElement} needle The possible node or descendent
855 CanvasShape.ATTRS = {
1055 * <p>These properties are not currently implemented in `CanvasShape` o
0 /** class
[all...]

Completed in 270 milliseconds