The actual implementation of a graphic element representing a straight line.
author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRBaseLine.java 1499 2006-11-20 16:17:31Z teodord $
Initializes properties that are specific to lines. Common properties are initialized by its
parent constructors.
Parameters: line - an element whose properties are copied to this element. Usually it is anet.sf.jasperreports.engine.design.JRDesignLine that must be transformed into anJRBaseLine at compile time. Parameters: factory - a factory used in the compile process