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