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

/yui3/src/graphics/js/
H A DSVGPieSlice.js5 * @class SVGPieSlice
8 SVGPieSlice = function()
10 SVGPieSlice.superclass.constructor.apply(this, arguments);
12 SVGPieSlice.NAME = "svgPieSlice";
13 Y.extend(SVGPieSlice, Y.SVGShape, Y.mix({
41 SVGPieSlice.ATTRS = Y.mix({
79 Y.SVGPieSlice = SVGPieSlice;
0 /** function

Completed in 10 milliseconds