2f9140ce9f71cf8cccd9d8eebe770f6825e36f5bTripp * Abstract class for creating groups of diamonds with the same styles and dimensions.
2f9140ce9f71cf8cccd9d8eebe770f6825e36f5bTripp * @module graphics
2f9140ce9f71cf8cccd9d8eebe770f6825e36f5bTripp * @class GroupDiamond
2f9140ce9f71cf8cccd9d8eebe770f6825e36f5bTripp * @constructor
2f9140ce9f71cf8cccd9d8eebe770f6825e36f5bTripp DiamondGroup.superclass.constructor.apply(this, arguments);
2f9140ce9f71cf8cccd9d8eebe770f6825e36f5bTripp * Updates the diamond.
2f9140ce9f71cf8cccd9d8eebe770f6825e36f5bTripp * @method _draw
2f9140ce9f71cf8cccd9d8eebe770f6825e36f5bTripp this.drawDiamond(cfg.x, cfg.y, cfg.width, cfg.height);