net.sf.jasperreports.engine
Interface JRChild

All Known Subinterfaces:
JRBand, JRCellContents, JRChart, JRCrosstab, JRElement, JRElementGroup, JREllipse, JRFrame, JRGraphicElement, JRImage, JRLine, JRRectangle, JRStaticText, JRSubreport, JRTextElement, JRTextField
All Known Implementing Classes:
JRBaseBand, JRBaseCellContents, JRBaseChart, JRBaseCrosstab, JRBaseElement, JRBaseElementGroup, JRBaseEllipse, JRBaseFrame, JRBaseGraphicElement, JRBaseImage, JRBaseLine, JRBaseRectangle, JRBaseStaticText, JRBaseSubreport, JRBaseTextElement, JRBaseTextField, JRDesignBand, JRDesignCellContents, JRDesignChart, JRDesignCrosstab, JRDesignEllipse, JRDesignFrame, JRDesignGraphicElement, JRDesignImage, JRDesignLine, JRDesignRectangle, JRDesignStaticText, JRDesignSubreport, JRDesignTextElement, JRDesignTextField, JRFillBand, JRFillCellContents, JRFillChart, JRFillCrosstab, JRFillElement, JRFillElementGroup, JRFillEllipse, JRFillFrame, JRFillGraphicElement, JRFillImage, JRFillLine, JRFillRectangle, JRFillStaticText, JRFillSubreport, JRFillTextElement, JRFillTextField

public interface JRChild

An abstract representation of a report element. All report elements implement this interface. The interface contains constants and methods that apply to all report elements.

Version:
$Id: JRChild.java,v 1.3 2005/11/28 09:20:43 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 JRChild getCopy(JRAbstractObjectFactory factory)
           
 void writeXml(JRXmlWriter writer)
           
 

Method Detail

getCopy

public JRChild getCopy(JRAbstractObjectFactory factory)

writeXml

public void writeXml(JRXmlWriter writer)
              throws java.io.IOException
Throws:
java.io.IOException


© 2001-2005 JasperSoft Corporation www.jaspersoft.com