The actual implementation of a graphic element representing an image.
author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRBaseImage.java 1364 2006-08-31 15:13:20Z lucianc $
protected JRBaseImage()
{
super();
}
/**
Initializes properties that are specific to images. Common properties are initialized by its
parent constructors.
Parameters: image - an element whose properties are copied to this element. Usually it is anet.sf.jasperreports.engine.design.JRDesignImage that must be transformed into anJRBaseImage at compile time. Parameters: factory - a factory used in the compile process