Uses of Interface
net.sf.jasperreports.engine.JRCommonElement
-
Packages that use JRCommonElement Package Description net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport component related interfaces.net.sf.jasperreports.crosstabs Contains classes for the Crosstab report element.net.sf.jasperreports.crosstabs.base Contains base classes for the Crosstab report element.net.sf.jasperreports.crosstabs.design Contains design classes for the Crosstab report element.net.sf.jasperreports.engine Provides access to the library's main functionality through facade 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).net.sf.jasperreports.engine.util Contains utility classes for the core library. -
-
Uses of JRCommonElement in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRCommonElement Modifier and Type Class Description classComponentFillSubreportclassSubreportElementAdapter -
Uses of JRCommonElement in net.sf.jasperreports.crosstabs
Subinterfaces of JRCommonElement in net.sf.jasperreports.crosstabs Modifier and Type Interface Description interfaceJRCrosstabCrosstab element interface. -
Uses of JRCommonElement in net.sf.jasperreports.crosstabs.base
Classes in net.sf.jasperreports.crosstabs.base that implement JRCommonElement Modifier and Type Class Description classJRBaseCrosstabBase read-onlycrosstabimplementation. -
Uses of JRCommonElement in net.sf.jasperreports.crosstabs.design
Classes in net.sf.jasperreports.crosstabs.design that implement JRCommonElement Modifier and Type Class Description classJRDesignCrosstabDesign-timecrosstabimplementation. -
Uses of JRCommonElement in net.sf.jasperreports.engine
Subinterfaces of JRCommonElement in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceJRBreakAn abstract representation of a break element.interfaceJRChartImplementations of this interface can be used for rendering chart components.interfaceJRCommonGraphicElementAn abstract representation of a report graphic element.interfaceJRCommonImageAn abstract representation that provides basic functionality for images.interfaceJRCommonTextCommon interface of design and print text elements.interfaceJRComponentElementA report element that wraps an abstract component.interfaceJRElementAn abstract representation of a report element.interfaceJREllipseAn abstract representation of a graphic element representing an ellipse.interfaceJRFrameAn abstract representation of a report elements container.interfaceJRGenericElementA "generic" report element that will produce ageneric print elementin the generated report.interfaceJRGenericPrintElementA generic print element.interfaceJRGraphicElementAn abstract representation of a report graphic element.interfaceJRImageAn abstract representation of a graphic element representing an image.interfaceJRLineAn abstract representation of a graphic element representing a straight line.interfaceJRPrintElementinterfaceJRPrintEllipseinterfaceJRPrintFrameA print elements container.interfaceJRPrintGraphicElementinterfaceJRPrintImageinterfaceJRPrintLineinterfaceJRPrintRectangleinterfaceJRPrintTextinterfaceJRRectangleAn abstract representation of a graphic element representing a rectangle.interfaceJRStaticTextAn abstract representation of a report static text.interfaceJRSubreportAn abstract representation of a subreport.interfaceJRTextElementAn abstract representation of a report text element.interfaceJRTextFieldAn abstract representation of a report text.Classes in net.sf.jasperreports.engine that implement JRCommonElement Modifier and Type Class Description classElementDecorator -
Uses of JRCommonElement in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRCommonElement Modifier and Type Class Description classJRBaseBreakThe actual implementation of a break element.classJRBaseChartclassJRBaseComponentElementA read-onlyJRComponentElementimplementation which is included in compiled reports.classJRBaseElementThis class provides a skeleton implementation for a report element.classJRBaseEllipseThe actual implementation of a graphic element representing an ellipse.classJRBaseFrameBase read-only implementation ofJRFrame.classJRBaseGenericElementA read-only implementation ofJRGenericElementthat is included in compiled reports.classJRBaseGenericPrintElementA basic implementation ofJRGenericPrintElement.classJRBaseGraphicElementThis class provides functionality common to graphic elements.classJRBaseImageThe actual implementation of a graphic element representing an image.classJRBaseLineThe actual implementation of a graphic element representing a straight line.classJRBasePrintElementclassJRBasePrintEllipseclassJRBasePrintFrameBase implementation ofJRPrintFrame.classJRBasePrintGraphicElementclassJRBasePrintImageclassJRBasePrintLineclassJRBasePrintRectangleclassJRBasePrintTextclassJRBaseRectangleThe actual implementation of a graphic element representing a rectangle.classJRBaseStaticTextThis class is used for representing a static text element.classJRBaseSubreportclassJRBaseTextElementThis class provides functionality common to text elements.classJRBaseTextFieldThis class is used for representing a text field.static classJRVirtualPrintPage.JRIdHolderTemplateElement -
Uses of JRCommonElement in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRCommonElement Modifier and Type Class Description classJRDesignBreakThe actual implementation of a break element, used at design time.classJRDesignChartclassJRDesignComponentElementAJRComponentElementimplementation which is to be used at report design time.classJRDesignElementThis class provides a skeleton implementation for a design time report element.classJRDesignEllipseThe actual implementation of a graphic element representing an ellipse, used at design time.classJRDesignFrameImplementation ofJRFrameto be used at design time.classJRDesignGenericElementA implementation ofJRGenericElementthat is to be used at report design time.classJRDesignGraphicElementThis class contains functionality common to graphic elements at design time.classJRDesignImageThe actual implementation of a graphic element representing an image, used at design time.classJRDesignLineThe actual implementation of a graphic element representing a straight line, used at design time.classJRDesignRectangleThe actual implementation of a graphic element representing a rectangle, used at design time.classJRDesignStaticTextThis class is used for representing a design static text element.classJRDesignSubreportclassJRDesignTextElementThis class provides functionality common to design text elements.classJRDesignTextField -
Uses of JRCommonElement in net.sf.jasperreports.engine.fill
Subinterfaces of JRCommonElement in net.sf.jasperreports.engine.fill Modifier and Type Interface Description interfaceJRRecordedValuesPrintElementInterface implemented by print elements that can record field/variable values.Classes in net.sf.jasperreports.engine.fill that implement JRCommonElement Modifier and Type Class Description classJRFillBreakclassJRFillChartclassJRFillComponentElementAJRComponentElementwhich is used during report fill.classJRFillCrosstabFill-time implementation of acrosstab.classJRFillElementclassJRFillEllipseclassJRFillFrameFill time implementation of a frame element.classJRFillGenericElementAJRGenericElementused during report fill.classJRFillGraphicElementclassJRFillImageclassJRFillLineclassJRFillRectangleclassJRFillStaticTextclassJRFillSubreportclassJRFillTextElementclassJRFillTextFieldclassJRRecordedValuesGenericPrintElementGeneric print element implementation that supports recorded values.classJRRecordedValuesPrintImagePrint image implementation that supports recorded values.classJRRecordedValuesPrintTextPrint text implementation that supports recorded values.classJRTemplateElementBase class consisting of print element information shared by multiple print elements.classJRTemplateEllipseEllipse information shared by multiple print ellipse objects.classJRTemplateFrameFrame information shared by multiple print frame objects.classJRTemplateGenericElementGeneric print element information shared by multiple elements.classJRTemplateGenericPrintElementImplementation ofJRGenericPrintElementthat uses aJRTemplateGenericElementinstance to store common attributes.classJRTemplateGraphicElementBase class consisting of graphic print element information shared by multiple print element instances.classJRTemplateImageImage information shared by multiple print image objects.classJRTemplateLineLine element information shared by multiple print line objects.classJRTemplatePrintElementBase implementation ofJRPrintElementthat uses aJRTemplateElementinstance to store common attributes.classJRTemplatePrintEllipseBase implementation ofJRPrintEllipsethat uses aJRTemplateEllipseinstance to store common attributes.classJRTemplatePrintFrameImplementation ofJRPrintFramethat usestemplate framesto store common attributes.classJRTemplatePrintGraphicElementBase implementation ofJRPrintGraphicElementthat uses aJRTemplateGraphicElementinstance to store common attributes.classJRTemplatePrintImageImplementation ofJRPrintImagethat uses aJRTemplateImageinstance to store common attributes.classJRTemplatePrintLineImplementation ofJRPrintLinethat uses aJRTemplateLineinstance to store common attributes.classJRTemplatePrintRectangleImplementation ofJRPrintRectanglethat uses aJRTemplateRectangleinstance to store common attributes.classJRTemplatePrintTextImplementation ofJRPrintTextthat uses aJRTemplateTextinstance to store common attributes.classJRTemplateRectangleRectangle information shared by multiple print rectangle objects.classJRTemplateTextText element information shared by multiple print text objects. -
Uses of JRCommonElement in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRCommonElement Modifier and Type Method Description java.awt.ColorStyleResolver. getBackcolor(JRCommonElement element)java.awt.ColorStyleResolver. getForecolor(JRCommonElement element)ModeEnumStyleResolver. getMode(JRCommonElement element, ModeEnum defaultMode)
-