VMLPieSlice.js revision 66ca16dd76367c074fe4df1dcf7b555489a9bf85
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * Draws pie slices
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * @module graphics
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * @class VMLPieSlice
66ca16dd76367c074fe4df1dcf7b555489a9bf85Tripp * @constructor
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp VMLPieSlice.superclass.constructor.apply(this, arguments);
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * Indicates the type of shape
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * @property _type
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * @readOnly
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * @type String
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * Change event listener
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * @method _updateHandler
b08d5c81743759d32bccaf4bec55aa102491026eTripp _draw: function(e)
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * Starting angle in relation to a circle in which to begin the pie slice drawing.
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * @attribute startAngle
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * @type Number
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * Arc of the slice.
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * @attribute arc
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * @type Number
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * Radius of the circle in which the pie slice is drawn
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * @attribute radius
bbd1285cbb2183b7f89010412ad97ae1680b4b5eTripp * @type Number