net.sf.jasperreports.engine
Interface JRChild

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

public interface JRChild
extends JRVisitable, JRCloneable

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 1995 2007-12-05 13:49:47Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 java.lang.Object clone(JRElementGroup parentGroup)
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRVisitable
visit
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

clone

java.lang.Object clone(JRElementGroup parentGroup)


© 2001-2006 JasperSoft Corporation www.jaspersoft.com