The actual implementation of a graphic element representing a rectangle.
author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRBaseRectangle.java 1229 2006-04-19 10:27:35Z teodord $
Initializes properties that are specific to rectangles. Common properties are initialized by its
parent constructors.
Parameters: rectangle - an element whose properties are copied to this element. Usually it is anet.sf.jasperreports.engine.design.JRDesignRectangle that must be transformed into anJRBaseRectangle at compile time. Parameters: factory - a factory used in the compile process