2f9140ce9f71cf8cccd9d8eebe770f6825e36f5bTripp * Abstract class for creating groups of rects with the same styles and dimensions.
2f9140ce9f71cf8cccd9d8eebe770f6825e36f5bTripp * @module graphics
2f9140ce9f71cf8cccd9d8eebe770f6825e36f5bTripp * @class GroupRect
2f9140ce9f71cf8cccd9d8eebe770f6825e36f5bTripp * @constructor
2f9140ce9f71cf8cccd9d8eebe770f6825e36f5bTripp RectGroup.superclass.constructor.apply(this, arguments);
2f9140ce9f71cf8cccd9d8eebe770f6825e36f5bTripp * Updates the rect.
2f9140ce9f71cf8cccd9d8eebe770f6825e36f5bTripp * @method _draw