Package net.sf.jasperreports.engine
Interface JRChild
-
- All Superinterfaces:
Cloneable
,JRCloneable
,JRVisitable
- All Known Subinterfaces:
BaseCell
,Cell
,JRBand
,JRBreak
,JRCellContents
,JRChart
,JRComponentElement
,JRCrosstab
,JRElement
,JRElementGroup
,JREllipse
,JRFrame
,JRGenericElement
,JRGraphicElement
,JRImage
,JRLine
,JRRectangle
,JRStaticText
,JRSubreport
,JRTextElement
,JRTextField
,ListContents
- All Known Implementing Classes:
BaseListContents
,CompiledBaseCell
,CompiledCell
,ComponentFillSubreport
,DesignBaseCell
,DesignCell
,DesignListContents
,ElementDecorator
,FillListContents
,JRBaseBand
,JRBaseBreak
,JRBaseCellContents
,JRBaseChart
,JRBaseComponentElement
,JRBaseCrosstab
,JRBaseElement
,JRBaseElementGroup
,JRBaseEllipse
,JRBaseFrame
,JRBaseGenericElement
,JRBaseGraphicElement
,JRBaseImage
,JRBaseLine
,JRBaseRectangle
,JRBaseStaticText
,JRBaseSubreport
,JRBaseTextElement
,JRBaseTextField
,JRDesignBand
,JRDesignBreak
,JRDesignCellContents
,JRDesignChart
,JRDesignComponentElement
,JRDesignCrosstab
,JRDesignElement
,JRDesignElementGroup
,JRDesignEllipse
,JRDesignFrame
,JRDesignGenericElement
,JRDesignGraphicElement
,JRDesignImage
,JRDesignLine
,JRDesignRectangle
,JRDesignStaticText
,JRDesignSubreport
,JRDesignTextElement
,JRDesignTextField
,JRFillBand
,JRFillBreak
,JRFillCellContents
,JRFillChart
,JRFillChartForAxis
,JRFillComponentElement
,JRFillCrosstab
,JRFillElement
,JRFillElementContainer
,JRFillElementGroup
,JRFillEllipse
,JRFillFrame
,JRFillFrame.JRFillFrameElements
,JRFillGenericElement
,JRFillGraphicElement
,JRFillImage
,JRFillLine
,JRFillRectangle
,JRFillStaticText
,JRFillSubreport
,JRFillTextElement
,JRFillTextField
,SubreportElementAdapter
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.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
clone(JRElementGroup parentGroup)
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
Methods inherited from interface net.sf.jasperreports.engine.JRVisitable
visit
-
-
-
-
Method Detail
-
clone
Object clone(JRElementGroup parentGroup)
-
-