Uses of Interface
net.sf.jasperreports.engine.JRCommonElement
Packages that use JRCommonElement
Package
Description
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains design time implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
Contains fill time implementations for subreport component related interfaces.
Contains classes for the Crosstab report element.
Contains base classes for the Crosstab report element.
Contains design classes for the Crosstab report element.
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.
Contains base implementations for the library's main interfaces.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains utility classes for the core library.
-
Uses of JRCommonElement in net.sf.jasperreports.charts
Subinterfaces of JRCommonElement in net.sf.jasperreports.chartsModifier and TypeInterfaceDescriptioninterfaceImplementations of this interface can be used for rendering chart components. -
Uses of JRCommonElement in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRCommonElement -
Uses of JRCommonElement in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRCommonElement -
Uses of JRCommonElement in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRCommonElementModifier and TypeClassDescriptionclassclassclass -
Uses of JRCommonElement in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRCommonElement -
Uses of JRCommonElement in net.sf.jasperreports.crosstabs
Subinterfaces of JRCommonElement in net.sf.jasperreports.crosstabs -
Uses of JRCommonElement in net.sf.jasperreports.crosstabs.base
Classes in net.sf.jasperreports.crosstabs.base that implement JRCommonElement -
Uses of JRCommonElement in net.sf.jasperreports.crosstabs.design
Classes in net.sf.jasperreports.crosstabs.design that implement JRCommonElement -
Uses of JRCommonElement in net.sf.jasperreports.engine
Subinterfaces of JRCommonElement in net.sf.jasperreports.engineModifier and TypeInterfaceDescriptioninterfaceAn abstract representation of a break element.interfaceAn abstract representation of a report graphic element.interfaceAn abstract representation that provides basic functionality for images.interfaceCommon interface of design and print text elements.interfaceA report element that wraps an abstract component.interfaceAn abstract representation of a report element.interfaceAn abstract representation of a graphic element representing an ellipse.interfaceAn abstract representation of a report elements container.interfaceA "generic" report element that will produce ageneric print elementin the generated report.interfaceA generic print element.interfaceAn abstract representation of a report graphic element.interfaceAn abstract representation of a graphic element representing an image.interfaceAn abstract representation of a graphic element representing a straight line.interfaceinterfaceinterfaceA print elements container.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceAn abstract representation of a graphic element representing a rectangle.interfaceAn abstract representation of a report static text.interfaceAn abstract representation of a subreport.interfaceAn abstract representation of a report text element.interfaceAn abstract representation of a report text.Classes in net.sf.jasperreports.engine that implement JRCommonElement -
Uses of JRCommonElement in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRCommonElementModifier and TypeClassDescriptionclassThe actual implementation of a break element.classA read-onlyJRComponentElementimplementation which is included in compiled reports.classThis class provides a skeleton implementation for a report element.classThe actual implementation of a graphic element representing an ellipse.classBase read-only implementation ofJRFrame.classA read-only implementation ofJRGenericElementthat is included in compiled reports.classA basic implementation ofJRGenericPrintElement.classThis class provides functionality common to graphic elements.classThe actual implementation of a graphic element representing an image.classThe actual implementation of a graphic element representing a straight line.classclassclassBase implementation ofJRPrintFrame.classclassclassclassclassclassThe actual implementation of a graphic element representing a rectangle.classThis class is used for representing a static text element.classclassThis class provides functionality common to text elements.classThis class is used for representing a text field.static class -
Uses of JRCommonElement in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRCommonElementModifier and TypeClassDescriptionclassThe actual implementation of a break element, used at design time.classAJRComponentElementimplementation which is to be used at report design time.classThis class provides a skeleton implementation for a design time report element.classThe actual implementation of a graphic element representing an ellipse, used at design time.classImplementation ofJRFrameto be used at design time.classA implementation ofJRGenericElementthat is to be used at report design time.classThis class contains functionality common to graphic elements at design time.classThe actual implementation of a graphic element representing an image, used at design time.classThe actual implementation of a graphic element representing a straight line, used at design time.classThe actual implementation of a graphic element representing a rectangle, used at design time.classThis class is used for representing a design static text element.classclassThis class provides functionality common to design text elements.class -
Uses of JRCommonElement in net.sf.jasperreports.engine.fill
Subinterfaces of JRCommonElement in net.sf.jasperreports.engine.fillModifier and TypeInterfaceDescriptioninterfaceInterface implemented by print elements that can record field/variable values.Classes in net.sf.jasperreports.engine.fill that implement JRCommonElementModifier and TypeClassDescriptionclassclassAJRComponentElementwhich is used during report fill.classFill-time implementation of acrosstab.classclassclassFill time implementation of a frame element.classAJRGenericElementused during report fill.classclassclassclassclassclassclassclassclassGeneric print element implementation that supports recorded values.classPrint image implementation that supports recorded values.classPrint text implementation that supports recorded values.classBase class consisting of print element information shared by multiple print elements.classEllipse information shared by multiple print ellipse objects.classFrame information shared by multiple print frame objects.classGeneric print element information shared by multiple elements.classImplementation ofJRGenericPrintElementthat uses aJRTemplateGenericElementinstance to store common attributes.classBase class consisting of graphic print element information shared by multiple print element instances.classImage information shared by multiple print image objects.classLine element information shared by multiple print line objects.classBase implementation ofJRPrintElementthat uses aJRTemplateElementinstance to store common attributes.classBase implementation ofJRPrintEllipsethat uses aJRTemplateEllipseinstance to store common attributes.classImplementation ofJRPrintFramethat usestemplate framesto store common attributes.classBase implementation ofJRPrintGraphicElementthat uses aJRTemplateGraphicElementinstance to store common attributes.classImplementation ofJRPrintImagethat uses aJRTemplateImageinstance to store common attributes.classImplementation ofJRPrintLinethat uses aJRTemplateLineinstance to store common attributes.classImplementation ofJRPrintRectanglethat uses aJRTemplateRectangleinstance to store common attributes.classImplementation ofJRPrintTextthat uses aJRTemplateTextinstance to store common attributes.classRectangle information shared by multiple print rectangle objects.classText 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 JRCommonElementModifier and TypeMethodDescriptionStyleResolver.getBackcolor(JRCommonElement element) StyleResolver.getForecolor(JRCommonElement element) StyleResolver.getMode(JRCommonElement element, ModeEnum defaultMode)