|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRChild | |
net.sf.jasperreports.engine | Provides access to the library's main functionality through fa?ade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. |
net.sf.jasperreports.engine.base | Contains base implementations for the library's main interfaces. |
net.sf.jasperreports.engine.design | Contains design time implementations for the library's main interfaces as well as report compiling tools. |
net.sf.jasperreports.engine.fill | Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). |
Uses of JRChild in net.sf.jasperreports.engine |
Subinterfaces of JRChild in net.sf.jasperreports.engine | |
interface |
JRBand
Implementations of this interface represent various sections in the report template. |
interface |
JRChart
Implementations of this interface can be used for rendering chart components. |
interface |
JRElement
An abstract representation of a report element. |
interface |
JRElementGroup
Groups several report elements. |
interface |
JREllipse
An abstract representation of a graphic element representing an ellipse. |
interface |
JRGraphicElement
An abstract representation of a report graphic element. |
interface |
JRImage
An abstract representation of a graphic element representing an image. |
interface |
JRLine
An abstract representation of a graphic element representing a straight line. |
interface |
JRRectangle
An abstract representation of a graphic element representing a rectangle. |
interface |
JRStaticText
An abstract representation of a report static text. |
interface |
JRSubreport
|
interface |
JRTextElement
An abstract representation of a report text element. |
interface |
JRTextField
An abstract representation of a report static text. |
Methods in net.sf.jasperreports.engine that return JRChild | |
JRChild |
JRChild.getCopy(JRAbstractObjectFactory factory)
|
Uses of JRChild in net.sf.jasperreports.engine.base |
Classes in net.sf.jasperreports.engine.base that implement JRChild | |
class |
JRBaseBand
Used for implementing band functionality. |
class |
JRBaseChart
|
class |
JRBaseElement
This class provides a skeleton implementation for a report element. |
class |
JRBaseElementGroup
|
class |
JRBaseEllipse
The actual implementation of a graphic element representing an ellipse. |
class |
JRBaseGraphicElement
This class provides functionality common to graphic elements. |
class |
JRBaseImage
The actual implementation of a graphic element representing an image. |
class |
JRBaseLine
The actual implementation of a graphic element representing a straight line. |
class |
JRBaseRectangle
The actual implementation of a graphic element representing a rectangle. |
class |
JRBaseStaticText
This class is used for representing a static text element. |
class |
JRBaseSubreport
|
class |
JRBaseTextElement
This class provides functionality common to text elements. |
class |
JRBaseTextField
This class is used for representing a text field. |
Methods in net.sf.jasperreports.engine.base that return JRChild | |
JRChild |
JRBaseChart.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRBaseRectangle.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRBaseLine.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRBaseElementGroup.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRBaseEllipse.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRBaseStaticText.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRBaseSubreport.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRBaseImage.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRBaseTextField.getCopy(JRAbstractObjectFactory factory)
|
Uses of JRChild in net.sf.jasperreports.engine.design |
Classes in net.sf.jasperreports.engine.design that implement JRChild | |
class |
JRDesignBand
|
class |
JRDesignChart
|
class |
JRDesignElement
This class provides a skeleton implementation for a design time report element. |
class |
JRDesignElementGroup
|
class |
JRDesignEllipse
The actual implementation of a graphic element representing an ellipse, used at design time. |
class |
JRDesignGraphicElement
This class contains functionality common to graphic elements at design time. |
class |
JRDesignImage
The actual implementation of a graphic element representing an image, used at design time. |
class |
JRDesignLine
The actual implementation of a graphic element representing a straight line, used at design time. |
class |
JRDesignRectangle
The actual implementation of a graphic element representing a rectangle, used at design time. |
class |
JRDesignStaticText
This class is used for representing a design static text element. |
class |
JRDesignSubreport
|
class |
JRDesignTextElement
This class provides functionality common to design text elements. |
class |
JRDesignTextField
|
Methods in net.sf.jasperreports.engine.design that return JRChild | |
JRChild |
JRDesignStaticText.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRDesignChart.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRDesignRectangle.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRDesignImage.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRDesignTextField.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRDesignLine.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRDesignEllipse.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRDesignSubreport.getCopy(JRAbstractObjectFactory factory)
|
Uses of JRChild in net.sf.jasperreports.engine.fill |
Classes in net.sf.jasperreports.engine.fill that implement JRChild | |
class |
JRFillBand
|
class |
JRFillChart
|
class |
JRFillElement
|
class |
JRFillElementGroup
|
class |
JRFillEllipse
|
class |
JRFillGraphicElement
|
class |
JRFillImage
|
class |
JRFillLine
|
class |
JRFillRectangle
|
class |
JRFillStaticText
|
class |
JRFillSubreport
|
class |
JRFillTextElement
|
class |
JRFillTextField
|
Methods in net.sf.jasperreports.engine.fill that return JRChild | |
JRChild |
JRFillTextField.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRFillElementGroup.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRFillSubreport.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRFillStaticText.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRFillChart.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRFillImage.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRFillEllipse.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRFillLine.getCopy(JRAbstractObjectFactory factory)
|
JRChild |
JRFillRectangle.getCopy(JRAbstractObjectFactory factory)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |