Uses of Package
net.sf.jasperreports.engine

Packages that use net.sf.jasperreports.engine
net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets. 
net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces. 
net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces. 
net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces. 
net.sf.jasperreports.charts.util Contains utility classes for complex chart datasets. 
net.sf.jasperreports.charts.xml Contains classes for loading chart related tags from report templates XML files. 
net.sf.jasperreports.compilers   
net.sf.jasperreports.components   
net.sf.jasperreports.components.barbecue   
net.sf.jasperreports.components.barcode4j   
net.sf.jasperreports.components.charts   
net.sf.jasperreports.components.list   
net.sf.jasperreports.components.map   
net.sf.jasperreports.components.sort   
net.sf.jasperreports.components.spiderchart   
net.sf.jasperreports.components.table   
net.sf.jasperreports.components.table.fill   
net.sf.jasperreports.crosstabs   
net.sf.jasperreports.crosstabs.base   
net.sf.jasperreports.crosstabs.design   
net.sf.jasperreports.crosstabs.fill   
net.sf.jasperreports.crosstabs.fill.calculation   
net.sf.jasperreports.data   
net.sf.jasperreports.data.bean   
net.sf.jasperreports.data.csv   
net.sf.jasperreports.data.ds   
net.sf.jasperreports.data.empty   
net.sf.jasperreports.data.jdbc   
net.sf.jasperreports.data.jndi   
net.sf.jasperreports.data.provider   
net.sf.jasperreports.data.qe   
net.sf.jasperreports.data.xls   
net.sf.jasperreports.data.xlsx   
net.sf.jasperreports.data.xml   
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.component   
net.sf.jasperreports.engine.convert   
net.sf.jasperreports.engine.data Provides various report data source implementations and allows creating custom data sources. 
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.export Provides utility classes for exporting reports to various popular formats. 
net.sf.jasperreports.engine.export.data   
net.sf.jasperreports.engine.export.draw   
net.sf.jasperreports.engine.export.legacy   
net.sf.jasperreports.engine.export.oasis   
net.sf.jasperreports.engine.export.ooxml   
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.fonts   
net.sf.jasperreports.engine.print Provides printing support. 
net.sf.jasperreports.engine.query   
net.sf.jasperreports.engine.scriptlets   
net.sf.jasperreports.engine.util Utility classes. 
net.sf.jasperreports.engine.util.xml   
net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. 
net.sf.jasperreports.extensions   
net.sf.jasperreports.governors   
net.sf.jasperreports.j2ee.servlets   
net.sf.jasperreports.olap   
net.sf.jasperreports.olap.xmla   
net.sf.jasperreports.renderers Contains image renderer implementations. 
net.sf.jasperreports.repo   
net.sf.jasperreports.swing   
net.sf.jasperreports.view Contains the Jasper viewer implementation. 
net.sf.jasperreports.view.save Contains classes for saving reports inside the Jasper viewer. 
net.sf.jasperreports.web   
net.sf.jasperreports.web.servlets   
net.sf.jasperreports.web.util   
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.charts
JRChart
          Implementations of this interface can be used for rendering chart components.
JRChartDataset
          Datasets are used to represent the actual data needed to generate a chart.
JRChartPlot
          Chart plots define chart appearance and display details such as colors, legend or labels.
JRCloneable
           
JRElementDataset
          Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRFont
          An abstract representation of a font.
JRHyperlink
          An interface providing hyperlink functionality.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.charts.base
JRChart
          Implementations of this interface can be used for rendering chart components.
JRChartDataset
          Datasets are used to represent the actual data needed to generate a chart.
JRChartPlot
          Chart plots define chart appearance and display details such as colors, legend or labels.
JRCloneable
           
JRElementDataset
          Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRExpression
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRFont
          An abstract representation of a font.
JRHyperlink
          An interface providing hyperlink functionality.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.charts.design
JRChart
          Implementations of this interface can be used for rendering chart components.
JRChartDataset
          Datasets are used to represent the actual data needed to generate a chart.
JRChartPlot
          Chart plots define chart appearance and display details such as colors, legend or labels.
JRCloneable
           
JRElement
          An abstract representation of a report element.
JRElementDataset
          Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRFont
          An abstract representation of a font.
JRHyperlink
          An interface providing hyperlink functionality.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.charts.fill
JRChart
          Implementations of this interface can be used for rendering chart components.
JRChartDataset
          Datasets are used to represent the actual data needed to generate a chart.
JRChartPlot
          Chart plots define chart appearance and display details such as colors, legend or labels.
JRCloneable
           
JRElementDataset
          Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRExpression
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRFont
          An abstract representation of a font.
JRHyperlink
          An interface providing hyperlink functionality.
JRPrintHyperlink
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.charts.util
JRAbstractRenderer
           
JRAbstractSvgRenderer
           
JRCloneable
           
JRException
          General purpose JasperReports exception.
JRFont
          An abstract representation of a font.
JRImageMapRenderer
          Image renderer able to produce image maps.
JRPrintHyperlink
           
JRPrintImageAreaHyperlink
          A component of an image map.
JRRenderable
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.charts.xml
JRException
          General purpose JasperReports exception.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.compilers
JRException
          General purpose JasperReports exception.
JRExpression
           
JRField
          An abstract representation of a data source field.
JRParameter
           
JRVariable
          An interface for implementing classes that deal with report variables.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.components
JRPropertiesMap
          Properties map of an JR element.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.components.barbecue
JRAbstractRenderer
           
JRAbstractSvgRenderer
           
JRCloneable
           
JRComponentElement
          A report element that wraps an abstract component.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRPrintElement
           
JRRenderable
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.components.barcode4j
JRCloneable
           
JRComponentElement
          A report element that wraps an abstract component.
JRDefaultStyleProvider
          An interface that provides a default style when none is specified.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRPrintElement
           
JRPropertiesHolder
          Interface to be implemented by objects that have properties attached.
JRRenderable
           
JRStyle
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.components.charts
JRAnchor
          An interface providing anchor functionality.
JRCloneable
           
JRElementDataset
          Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRFont
          An abstract representation of a font.
JRHyperlink
          An interface providing hyperlink functionality.
JRHyperlinkParameter
          A hyperlink parameter, consisting of a name and a value expression.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.components.list
JRAbstractRenderer
           
JRAbstractSvgRenderer
           
JRChild
          An abstract representation of a report element.
JRCloneable
           
JRComponentElement
          A report element that wraps an abstract component.
JRDatasetRun
          Interface of an sub dataset instantiation.
JRElementGroup
          Groups several report elements.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRPrintElement
           
JRPrintElementContainer
          Print element container interface.
JRRenderable
           
JRStyle
           
JRVisitable
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.components.map
JRCloneable
           
JRComponentElement
          A report element that wraps an abstract component.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRGenericElementType
          A key identifying a generic element type.
JRGenericPrintElement
          A generic print element.
JRPrintElement
           
JRPrintImage
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.components.sort
DatasetFilter
          A dataset row filter.
EvaluationType
          Determines the field and variables values to be used when evaluating an expression.
JRComponentElement
          A report element that wraps an abstract component.
JRException
          General purpose JasperReports exception.
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRFont
          An abstract representation of a font.
JRGenericElementType
          A key identifying a generic element type.
JRGenericPrintElement
          A generic print element.
JRPrintElement
           
JRPropertiesMap
          Properties map of an JR element.
ParameterContributor
           
ParameterContributorContext
           
ParameterContributorFactory
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.components.spiderchart
JRAnchor
          An interface providing anchor functionality.
JRCloneable
           
JRComponentElement
          A report element that wraps an abstract component.
JRElementDataset
          Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRFont
          An abstract representation of a font.
JRHyperlink
          An interface providing hyperlink functionality.
JRHyperlinkParameter
          A hyperlink parameter, consisting of a name and a value expression.
JRPrintElement
           
JRPrintHyperlink
           
JRPrintHyperlinkParameters
          A set of parameters associated with a print element.
JRPrintImage
           
JRRenderable
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.components.table
JRBoxContainer
           
JRChild
          An abstract representation of a report element.
JRCloneable
           
JRComponentElement
          A report element that wraps an abstract component.
JRDatasetRun
          Interface of an sub dataset instantiation.
JRDefaultStyleProvider
          An interface that provides a default style when none is specified.
JRElementGroup
          Groups several report elements.
JRExpression
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRLineBox
          This is useful for drawing borders around text elements and images.
JRPrintElement
           
JRStyle
           
JRStyleContainer
           
JRVisitable
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.components.table.fill
ElementDecorator
           
JasperReport
          The actual representation of a compiled report.
JRAbstractObjectFactory
           
JRAbstractScriptlet
          Defines an abstract representation of a report scriptlet.
JRBand
          Implementations of this interface represent various bands in the report template.
JRChild
          An abstract representation of a report element.
JRCloneable
           
JRCommonElement
          An abstract representation of a report element.
JRDataset
          Interface representing a data set that can be used in a report.
JRDatasetParameter
          Dataset parameter value interface.
JRDatasetRun
          Interface of an sub dataset instantiation.
JRDefaultScriptlet
          This class provides default empty implementations for scriptlet events.
JRDefaultStyleProvider
          An interface that provides a default style when none is specified.
JRElement
          An abstract representation of a report element.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRExpressionChunk
           
JRField
          An abstract representation of a data source field.
JRGroup
          Groups represent a flexible way to organize data on a report.
JROrigin
           
JRParameter
           
JRPrintElement
           
JRPropertiesHolder
          Interface to be implemented by objects that have properties attached.
JRPropertiesMap
          Properties map of an JR element.
JRQuery
          Represents a query used for generation of report data.
JRReport
          An abstract representation of a Jasper report.
JRReportTemplate
          A template included in a report.
JRScriptlet
           
JRScriptletException
           
JRSection
          Implementations of this interface represent various sections in the report template.
JRSortField
           
JRStyle
           
JRStyleContainer
           
JRStyleSetter
          An interface implemented by objects upon which style attributes can be set.
JRSubreport
           
JRSubreportParameter
           
JRSubreportReturnValue
          A value copied from a subreport into a variable of the master report.
JRTextField
          An abstract representation of a report static text.
JRVariable
          An interface for implementing classes that deal with report variables.
JRVisitable
           
JRVisitor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.crosstabs
JRBoxContainer
           
JRChild
          An abstract representation of a report element.
JRCloneable
           
JRCommonElement
          An abstract representation of a report element.
JRDatasetParameter
          Dataset parameter value interface.
JRElement
          An abstract representation of a report element.
JRElementDataset
          Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRElementGroup
          Groups several report elements.
JRExpression
           
JRParameter
           
JRPropertiesHolder
          Interface to be implemented by objects that have properties attached.
JRStyleContainer
           
JRVariable
          An interface for implementing classes that deal with report variables.
JRVisitable
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.crosstabs.base
JRBoxContainer
           
JRChild
          An abstract representation of a report element.
JRCloneable
           
JRCommonElement
          An abstract representation of a report element.
JRDatasetParameter
          Dataset parameter value interface.
JRDefaultStyleProvider
          An interface that provides a default style when none is specified.
JRElement
          An abstract representation of a report element.
JRElementDataset
          Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRElementGroup
          Groups several report elements.
JRExpression
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRLineBox
          This is useful for drawing borders around text elements and images.
JRParameter
           
JRPropertiesHolder
          Interface to be implemented by objects that have properties attached.
JRStyle
           
JRStyleContainer
           
JRVariable
          An interface for implementing classes that deal with report variables.
JRVisitable
           
JRVisitor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.crosstabs.design
JRBoxContainer
           
JRChild
          An abstract representation of a report element.
JRCloneable
           
JRCommonElement
          An abstract representation of a report element.
JRDatasetParameter
          Dataset parameter value interface.
JRDefaultStyleProvider
          An interface that provides a default style when none is specified.
JRElement
          An abstract representation of a report element.
JRElementDataset
          Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRElementGroup
          Groups several report elements.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRLineBox
          This is useful for drawing borders around text elements and images.
JRParameter
           
JRPropertiesHolder
          Interface to be implemented by objects that have properties attached.
JRStyle
           
JRStyleContainer
           
JRVariable
          An interface for implementing classes that deal with report variables.
JRVisitable
           
JRVisitor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.crosstabs.fill
JRAbstractObjectFactory
           
JRCloneable
           
JRDatasetParameter
          Dataset parameter value interface.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRParameter
           
JRPropertiesHolder
          Interface to be implemented by objects that have properties attached.
JRValueParameter
          A report/dataset parameter having an assigned value.
JRVariable
          An interface for implementing classes that deal with report variables.
JRVisitor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.crosstabs.fill.calculation
JRException
          General purpose JasperReports exception.
JRExpression
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.data
JRException
          General purpose JasperReports exception.
JRPropertiesMap
          Properties map of an JR element.
ParameterContributor
           
ParameterContributorContext
           
ParameterContributorFactory
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.data.bean
JRException
          General purpose JasperReports exception.
ParameterContributor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.data.csv
JRException
          General purpose JasperReports exception.
ParameterContributor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.data.ds
JRException
          General purpose JasperReports exception.
ParameterContributor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.data.empty
JRException
          General purpose JasperReports exception.
ParameterContributor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.data.jdbc
JRException
          General purpose JasperReports exception.
ParameterContributor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.data.jndi
JRException
          General purpose JasperReports exception.
ParameterContributor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.data.provider
JRDataSourceProvider
          Abstracts the means of creating and disposing a data source.
JRException
          General purpose JasperReports exception.
ParameterContributor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.data.qe
ParameterContributor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.data.xls
JRException
          General purpose JasperReports exception.
ParameterContributor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.data.xlsx
JRException
          General purpose JasperReports exception.
ParameterContributor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.data.xml
JRException
          General purpose JasperReports exception.
ParameterContributor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine
DatasetFilter
          A dataset row filter.
Deduplicable
          Interface implemented by objects that can be deduplicated by detecting previously created identical instances.
EvaluationType
          Determines the field and variables values to be used when evaluating an expression.
JasperPrint
          An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.
JasperReport
          The actual representation of a compiled report.
JRAbstractExporter.ParameterResolver
           
JRAbstractRenderer
           
JRAbstractScriptlet
          Defines an abstract representation of a report scriptlet.
JRAbstractSvgRenderer
           
JRAlignment
          An interface that defines constants useful for alignment.
JRAnchor
          An interface providing anchor functionality.
JRBand
          Implementations of this interface represent various bands in the report template.
JRBoxContainer
           
JRBreak
          An abstract representation of a break element.
JRChart
          Implementations of this interface can be used for rendering chart components.
JRChartCustomizer
          This interface allows users to provide pluggable chart customizers.
JRChartDataset
          Datasets are used to represent the actual data needed to generate a chart.
JRChartPlot
          Chart plots define chart appearance and display details such as colors, legend or labels.
JRChartPlot.JRSeriesColor
           
JRChild
          An abstract representation of a report element.
JRCloneable
           
JRCommonElement
          An abstract representation of a report element.
JRCommonGraphicElement
          An abstract representation of a report graphic element.
JRCommonImage
           
JRCommonRectangle
          An abstract representation of a graphic element representing a rectangle.
JRCommonText
          Common interface of design and print text elements.
JRComponentElement
          A report element that wraps an abstract component.
JRConditionalStyle
           
JRDataset
          Interface representing a data set that can be used in a report.
JRDatasetParameter
          Dataset parameter value interface.
JRDatasetRun
          Interface of an sub dataset instantiation.
JRDataSource
          This interface represents the abstract representation of a JasperReports data source.
JRDefaultStyleProvider
          An interface that provides a default style when none is specified.
JRElement
          An abstract representation of a report element.
JRElementDataset
          Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRElementGroup
          Groups several report elements.
JREllipse
          An abstract representation of a graphic element representing an ellipse.
JRException
          General purpose JasperReports exception.
JRExporter
          All document exporting in JasperReports is done through this interface.
JRExporterParameter
          Instances of this class are used for defining and setting exporter parameters.
JRExpression
           
JRExpressionChunk
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRField
          An abstract representation of a data source field.
JRFont
          An abstract representation of a font.
JRFrame
          An abstract representation of a report elements container.
JRGenericElement
          A "generic" report element that will produce a generic print element in the generated report.
JRGenericElementParameter
          A generic report element parameter.
JRGenericElementType
          A key identifying a generic element type.
JRGenericPrintElement
          A generic print element.
JRGraphicElement
          An abstract representation of a report graphic element.
JRGroup
          Groups represent a flexible way to organize data on a report.
JRHyperlink
          An interface providing hyperlink functionality.
JRHyperlinkParameter
          A hyperlink parameter, consisting of a name and a value expression.
JRImage
          An abstract representation of a graphic element representing an image.
JRImageRenderer
           
JRLine
          An abstract representation of a graphic element representing a straight line.
JRLineBox
          This is useful for drawing borders around text elements and images.
JROrigin
           
JRParagraph
           
JRParagraphContainer
           
JRParameter
           
JRPen
           
JRPenContainer
           
JRPrintAnchor
           
JRPrintAnchorIndex
           
JRPrintElement
           
JRPrintElementIndex
           
JRPrintEllipse
           
JRPrintFrame
          A print elements container.
JRPrintGraphicElement
           
JRPrintHyperlink
           
JRPrintHyperlinkParameter
          A parameter of the hyperlink associated to a print element.
JRPrintHyperlinkParameters
          A set of parameters associated with a print element.
JRPrintImage
           
JRPrintImageArea
          An area on an image.
JRPrintImageAreaHyperlink
          A component of an image map.
JRPrintLine
           
JRPrintPage
           
JRPrintRectangle
           
JRPrintText
           
JRPropertiesHolder
          Interface to be implemented by objects that have properties attached.
JRPropertiesMap
          Properties map of an JR element.
JRPropertyExpression
          Report property with a value based on an expression.
JRQuery
          Represents a query used for generation of report data.
JRQueryChunk
           
JRRectangle
          An abstract representation of a graphic element representing a rectangle.
JRRenderable
           
JRReport
          An abstract representation of a Jasper report.
JRReportTemplate
          A template included in a report.
JRRewindableDataSource
          This interface represents a data source which can go back to the first element.
JRScriptlet
           
JRScriptletException
           
JRSection
          Implementations of this interface represent various sections in the report template.
JRSortField
           
JRStaticText
          An abstract representation of a report static text.
JRStyle
           
JRStyleContainer
           
JRStyledTextAttributeSelector
          Selector of element-level styled text attributes for print text objects.
JRStyleSetter
          An interface implemented by objects upon which style attributes can be set.
JRSubreport
           
JRSubreportParameter
           
JRSubreportReturnValue
          A value copied from a subreport into a variable of the master report.
JRTemplate
          A template that can be used by report.
JRTemplateReference
          A static template reference, consisting of a location from which the template can be loaded.
JRTextElement
          An abstract representation of a report text element.
JRTextField
          An abstract representation of a report static text.
JRVariable
          An interface for implementing classes that deal with report variables.
JRVirtualizable
           
JRVirtualizer
           
JRVisitable
           
JRVisitor
           
ParameterContributor
           
ParameterContributorContext
           
PrintElementVisitor
          Print element visitor interface.
ReportContext
           
TabStop
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.base
Deduplicable
          Interface implemented by objects that can be deduplicated by detecting previously created identical instances.
JasperPrint
          An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.
JRAbstractObjectFactory
           
JRAlignment
          An interface that defines constants useful for alignment.
JRAnchor
          An interface providing anchor functionality.
JRBand
          Implementations of this interface represent various bands in the report template.
JRBox
          Deprecated. Replaced by JRLineBox.
JRBoxContainer
           
JRBreak
          An abstract representation of a break element.
JRChart
          Implementations of this interface can be used for rendering chart components.
JRChartDataset
          Datasets are used to represent the actual data needed to generate a chart.
JRChartPlot
          Chart plots define chart appearance and display details such as colors, legend or labels.
JRChartPlot.JRSeriesColor
           
JRChild
          An abstract representation of a report element.
JRCloneable
           
JRCommonElement
          An abstract representation of a report element.
JRCommonGraphicElement
          An abstract representation of a report graphic element.
JRCommonImage
           
JRCommonRectangle
          An abstract representation of a graphic element representing a rectangle.
JRCommonText
          Common interface of design and print text elements.
JRComponentElement
          A report element that wraps an abstract component.
JRConditionalStyle
           
JRDataset
          Interface representing a data set that can be used in a report.
JRDatasetParameter
          Dataset parameter value interface.
JRDatasetRun
          Interface of an sub dataset instantiation.
JRDefaultStyleProvider
          An interface that provides a default style when none is specified.
JRElement
          An abstract representation of a report element.
JRElementDataset
          Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRElementGroup
          Groups several report elements.
JREllipse
          An abstract representation of a graphic element representing an ellipse.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRExpressionChunk
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRField
          An abstract representation of a data source field.
JRFont
          An abstract representation of a font.
JRFrame
          An abstract representation of a report elements container.
JRGenericElement
          A "generic" report element that will produce a generic print element in the generated report.
JRGenericElementParameter
          A generic report element parameter.
JRGenericElementType
          A key identifying a generic element type.
JRGenericPrintElement
          A generic print element.
JRGraphicElement
          An abstract representation of a report graphic element.
JRGroup
          Groups represent a flexible way to organize data on a report.
JRHyperlink
          An interface providing hyperlink functionality.
JRHyperlinkParameter
          A hyperlink parameter, consisting of a name and a value expression.
JRImage
          An abstract representation of a graphic element representing an image.
JRLine
          An abstract representation of a graphic element representing a straight line.
JRLineBox
          This is useful for drawing borders around text elements and images.
JROrigin
           
JRParagraph
           
JRParagraphContainer
           
JRParameter
           
JRPen
           
JRPenContainer
           
JRPrintAnchor
           
JRPrintElement
           
JRPrintEllipse
           
JRPrintFrame
          A print elements container.
JRPrintGraphicElement
           
JRPrintHyperlink
           
JRPrintHyperlinkParameter
          A parameter of the hyperlink associated to a print element.
JRPrintHyperlinkParameters
          A set of parameters associated with a print element.
JRPrintImage
           
JRPrintLine
           
JRPrintPage
           
JRPrintRectangle
           
JRPrintText
           
JRPropertiesHolder
          Interface to be implemented by objects that have properties attached.
JRPropertiesMap
          Properties map of an JR element.
JRPropertyExpression
          Report property with a value based on an expression.
JRQuery
          Represents a query used for generation of report data.
JRQueryChunk
           
JRRectangle
          An abstract representation of a graphic element representing a rectangle.
JRRenderable
           
JRReport
          An abstract representation of a Jasper report.
JRReportTemplate
          A template included in a report.
JRScriptlet
           
JRSection
          Implementations of this interface represent various sections in the report template.
JRSortField
           
JRStaticText
          An abstract representation of a report static text.
JRStyle
           
JRStyleContainer
           
JRStyledTextAttributeSelector
          Selector of element-level styled text attributes for print text objects.
JRStyleSetter
          An interface implemented by objects upon which style attributes can be set.
JRSubreport
           
JRSubreportParameter
           
JRSubreportReturnValue
          A value copied from a subreport into a variable of the master report.
JRTextElement
          An abstract representation of a report text element.
JRTextField
          An abstract representation of a report static text.
JRVariable
          An interface for implementing classes that deal with report variables.
JRVirtualizer
           
JRVisitable
           
JRVisitor
           
PrintElementVisitor
          Print element visitor interface.
TabStop
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.component
Deduplicable
          Interface implemented by objects that can be deduplicated by detecting previously created identical instances.
JRComponentElement
          A report element that wraps an abstract component.
JRDefaultStyleProvider
          An interface that provides a default style when none is specified.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JROrigin
           
JRPrintElement
           
JRStyle
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.convert
JasperPrint
          An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.
JRBreak
          An abstract representation of a break element.
JRChart
          Implementations of this interface can be used for rendering chart components.
JRComponentElement
          A report element that wraps an abstract component.
JRDefaultStyleProvider
          An interface that provides a default style when none is specified.
JRElement
          An abstract representation of a report element.
JRElementGroup
          Groups several report elements.
JREllipse
          An abstract representation of a graphic element representing an ellipse.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRFrame
          An abstract representation of a report elements container.
JRGenericElement
          A "generic" report element that will produce a generic print element in the generated report.
JRGraphicElement
          An abstract representation of a report graphic element.
JRImage
          An abstract representation of a graphic element representing an image.
JRLine
          An abstract representation of a graphic element representing a straight line.
JRPrintElement
           
JRPrintText
           
JRRectangle
          An abstract representation of a graphic element representing a rectangle.
JRRenderable
           
JRReport
          An abstract representation of a Jasper report.
JRReportTemplate
          A template included in a report.
JRStaticText
          An abstract representation of a report static text.
JRStyle
           
JRStyleContainer
           
JRSubreport
           
JRTextElement
          An abstract representation of a report text element.
JRTextField
          An abstract representation of a report static text.
JRVisitable
           
JRVisitor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.data
JasperReport
          The actual representation of a compiled report.
JRDataSource
          This interface represents the abstract representation of a JasperReports data source.
JRDataSourceProvider
          Abstracts the means of creating and disposing a data source.
JRException
          General purpose JasperReports exception.
JRField
          An abstract representation of a data source field.
JRRewindableDataSource
          This interface represents a data source which can go back to the first element.
JRSortField
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.design
Deduplicable
          Interface implemented by objects that can be deduplicated by detecting previously created identical instances.
JasperReport
          The actual representation of a compiled report.
JRAlignment
          An interface that defines constants useful for alignment.
JRAnchor
          An interface providing anchor functionality.
JRBand
          Implementations of this interface represent various bands in the report template.
JRBoxContainer
           
JRBreak
          An abstract representation of a break element.
JRChart
          Implementations of this interface can be used for rendering chart components.
JRChartDataset
          Datasets are used to represent the actual data needed to generate a chart.
JRChartPlot
          Chart plots define chart appearance and display details such as colors, legend or labels.
JRChild
          An abstract representation of a report element.
JRCloneable
           
JRCommonElement
          An abstract representation of a report element.
JRCommonGraphicElement
          An abstract representation of a report graphic element.
JRCommonImage
           
JRCommonRectangle
          An abstract representation of a graphic element representing a rectangle.
JRCommonText
          Common interface of design and print text elements.
JRComponentElement
          A report element that wraps an abstract component.
JRConditionalStyle
           
JRDataset
          Interface representing a data set that can be used in a report.
JRDatasetParameter
          Dataset parameter value interface.
JRDatasetRun
          Interface of an sub dataset instantiation.
JRDefaultStyleProvider
          An interface that provides a default style when none is specified.
JRElement
          An abstract representation of a report element.
JRElementDataset
          Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRElementGroup
          Groups several report elements.
JREllipse
          An abstract representation of a graphic element representing an ellipse.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRExpressionChunk
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRField
          An abstract representation of a data source field.
JRFont
          An abstract representation of a font.
JRFrame
          An abstract representation of a report elements container.
JRGenericElement
          A "generic" report element that will produce a generic print element in the generated report.
JRGenericElementParameter
          A generic report element parameter.
JRGenericElementType
          A key identifying a generic element type.
JRGraphicElement
          An abstract representation of a report graphic element.
JRGroup
          Groups represent a flexible way to organize data on a report.
JRHyperlink
          An interface providing hyperlink functionality.
JRHyperlinkParameter
          A hyperlink parameter, consisting of a name and a value expression.
JRImage
          An abstract representation of a graphic element representing an image.
JRLine
          An abstract representation of a graphic element representing a straight line.
JRLineBox
          This is useful for drawing borders around text elements and images.
JROrigin
           
JRParagraph
           
JRParagraphContainer
           
JRParameter
           
JRPen
           
JRPenContainer
           
JRPropertiesHolder
          Interface to be implemented by objects that have properties attached.
JRPropertyExpression
          Report property with a value based on an expression.
JRQuery
          Represents a query used for generation of report data.
JRQueryChunk
           
JRRectangle
          An abstract representation of a graphic element representing a rectangle.
JRReport
          An abstract representation of a Jasper report.
JRReportTemplate
          A template included in a report.
JRScriptlet
           
JRSection
          Implementations of this interface represent various sections in the report template.
JRSortField
           
JRStaticText
          An abstract representation of a report static text.
JRStyle
           
JRStyleContainer
           
JRSubreport
           
JRSubreportParameter
           
JRSubreportReturnValue
          A value copied from a subreport into a variable of the master report.
JRTextElement
          An abstract representation of a report text element.
JRTextField
          An abstract representation of a report static text.
JRVariable
          An interface for implementing classes that deal with report variables.
JRVisitable
           
JRVisitor
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.export
JasperPrint
          An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.
JRAbstractExporter
           
JRAbstractExporter.BaseExporterContext
           
JRBoxContainer
           
JRException
          General purpose JasperReports exception.
JRExporter
          All document exporting in JasperReports is done through this interface.
JRExporterParameter
          Instances of this class are used for defining and setting exporter parameters.
JRFont
          An abstract representation of a font.
JRGenericElementType
          A key identifying a generic element type.
JRGenericPrintElement
          A generic print element.
JRLineBox
          This is useful for drawing borders around text elements and images.
JROrigin
           
JRParagraph
           
JRPen
           
JRPrintAnchor
           
JRPrintElement
           
JRPrintElementIndex
           
JRPrintEllipse
           
JRPrintFrame
          A print elements container.
JRPrintGraphicElement
           
JRPrintHyperlink
           
JRPrintHyperlinkParameter
          A parameter of the hyperlink associated to a print element.
JRPrintImage
           
JRPrintImageAreaHyperlink
          A component of an image map.
JRPrintLine
           
JRPrintPage
           
JRPrintRectangle
           
JRPrintText
           
JRPropertiesHolder
          Interface to be implemented by objects that have properties attached.
JRPropertiesMap
          Properties map of an JR element.
JRRenderable
           
JRStyle
           
TabStop
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.export.data
JRException
          General purpose JasperReports exception.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.export.draw
JRBreak
          An abstract representation of a break element.
JRElement
          An abstract representation of a report element.
JRElementGroup
          Groups several report elements.
JRException
          General purpose JasperReports exception.
JRGenericPrintElement
          A generic print element.
JRLineBox
          This is useful for drawing borders around text elements and images.
JRPen
           
JRPrintElement
           
JRPrintEllipse
           
JRPrintFrame
          A print elements container.
JRPrintImage
           
JRPrintLine
           
JRPrintRectangle
           
JRPrintText
           
JRReport
          An abstract representation of a Jasper report.
JRVisitor
           
PrintElementVisitor
          Print element visitor interface.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.export.legacy
JRPen
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.export.oasis
JasperPrint
          An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.
JRAbstractExporter
           
JRAbstractExporter.BaseExporterContext
           
JRException
          General purpose JasperReports exception.
JRExporter
          All document exporting in JasperReports is done through this interface.
JRGenericPrintElement
          A generic print element.
JRLineBox
          This is useful for drawing borders around text elements and images.
JRPen
           
JRPrintElement
           
JRPrintElementIndex
           
JRPrintEllipse
           
JRPrintFrame
          A print elements container.
JRPrintGraphicElement
           
JRPrintHyperlink
           
JRPrintImage
           
JRPrintLine
           
JRPrintPage
           
JRPrintRectangle
           
JRPrintText
           
JRRenderable
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.export.ooxml
JasperPrint
          An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.
JRAbstractExporter
           
JRAbstractExporter.BaseExporterContext
           
JRException
          General purpose JasperReports exception.
JRExporter
          All document exporting in JasperReports is done through this interface.
JRExporterParameter
          Instances of this class are used for defining and setting exporter parameters.
JRGenericPrintElement
          A generic print element.
JRLineBox
          This is useful for drawing borders around text elements and images.
JRPen
           
JRPrintElement
           
JRPrintElementIndex
           
JRPrintEllipse
           
JRPrintFrame
          A print elements container.
JRPrintGraphicElement
           
JRPrintHyperlink
           
JRPrintImage
           
JRPrintLine
           
JRPrintPage
           
JRPrintRectangle
           
JRPrintText
           
JRRenderable
           
JRStyle
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.fill
DatasetFilter
          A dataset row filter.
Deduplicable
          Interface implemented by objects that can be deduplicated by detecting previously created identical instances.
EvaluationType
          Determines the field and variables values to be used when evaluating an expression.
JasperPrint
          An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.
JasperReport
          The actual representation of a compiled report.
JRAbstractObjectFactory
           
JRAbstractScriptlet
          Defines an abstract representation of a report scriptlet.
JRAlignment
          An interface that defines constants useful for alignment.
JRAnchor
          An interface providing anchor functionality.
JRBand
          Implementations of this interface represent various bands in the report template.
JRBoxContainer
           
JRBreak
          An abstract representation of a break element.
JRChart
          Implementations of this interface can be used for rendering chart components.
JRChartCustomizer
          This interface allows users to provide pluggable chart customizers.
JRChartDataset
          Datasets are used to represent the actual data needed to generate a chart.
JRChartPlot
          Chart plots define chart appearance and display details such as colors, legend or labels.
JRChartPlot.JRSeriesColor
           
JRChild
          An abstract representation of a report element.
JRCloneable
           
JRCommonElement
          An abstract representation of a report element.
JRCommonGraphicElement
          An abstract representation of a report graphic element.
JRCommonImage
           
JRCommonRectangle
          An abstract representation of a graphic element representing a rectangle.
JRCommonText
          Common interface of design and print text elements.
JRComponentElement
          A report element that wraps an abstract component.
JRConditionalStyle
           
JRDataset
          Interface representing a data set that can be used in a report.
JRDatasetParameter
          Dataset parameter value interface.
JRDatasetRun
          Interface of an sub dataset instantiation.
JRDataSource
          This interface represents the abstract representation of a JasperReports data source.
JRDefaultStyleProvider
          An interface that provides a default style when none is specified.
JRElement
          An abstract representation of a report element.
JRElementDataset
          Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRElementGroup
          Groups several report elements.
JREllipse
          An abstract representation of a graphic element representing an ellipse.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRExpressionCollector
          An expression collector traverses a report and collects report expressions out of it.
JRField
          An abstract representation of a data source field.
JRFont
          An abstract representation of a font.
JRFrame
          An abstract representation of a report elements container.
JRGenericElement
          A "generic" report element that will produce a generic print element in the generated report.
JRGenericElementParameter
          A generic report element parameter.
JRGenericElementType
          A key identifying a generic element type.
JRGenericPrintElement
          A generic print element.
JRGraphicElement
          An abstract representation of a report graphic element.
JRGroup
          Groups represent a flexible way to organize data on a report.
JRHyperlink
          An interface providing hyperlink functionality.
JRHyperlinkParameter
          A hyperlink parameter, consisting of a name and a value expression.
JRImage
          An abstract representation of a graphic element representing an image.
JRLine
          An abstract representation of a graphic element representing a straight line.
JRLineBox
          This is useful for drawing borders around text elements and images.
JROrigin
           
JRParagraph
           
JRParagraphContainer
           
JRParameter
           
JRPen
           
JRPenContainer
           
JRPrintAnchor
           
JRPrintElement
           
JRPrintElementContainer
          Print element container interface.
JRPrintEllipse
           
JRPrintFrame
          A print elements container.
JRPrintGraphicElement
           
JRPrintHyperlink
           
JRPrintHyperlinkParameters
          A set of parameters associated with a print element.
JRPrintImage
           
JRPrintLine
           
JRPrintPage
           
JRPrintRectangle
           
JRPrintText
           
JRPropertiesHolder
          Interface to be implemented by objects that have properties attached.
JRPropertiesMap
          Properties map of an JR element.
JRPropertyExpression
          Report property with a value based on an expression.
JRQuery
          Represents a query used for generation of report data.
JRRectangle
          An abstract representation of a graphic element representing a rectangle.
JRRenderable
           
JRReportTemplate
          A template included in a report.
JRRuntimeException
           
JRScriptlet
           
JRScriptletException
           
JRSection
          Implementations of this interface represent various sections in the report template.
JRSortField
           
JRStaticText
          An abstract representation of a report static text.
JRStyle
           
JRStyleContainer
           
JRStyledTextAttributeSelector
          Selector of element-level styled text attributes for print text objects.
JRStyleSetter
          An interface implemented by objects upon which style attributes can be set.
JRSubreport
           
JRSubreportParameter
           
JRSubreportReturnValue
          A value copied from a subreport into a variable of the master report.
JRTemplate
          A template that can be used by report.
JRTextElement
          An abstract representation of a report text element.
JRTextField
          An abstract representation of a report static text.
JRValueParameter
          A report/dataset parameter having an assigned value.
JRVariable
          An interface for implementing classes that deal with report variables.
JRVirtualizable
           
JRVirtualizer
           
JRVisitable
           
JRVisitor
           
PrintElementVisitor
          Print element visitor interface.
TabStop
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.fonts
JRException
          General purpose JasperReports exception.
JRPropertiesMap
          Properties map of an JR element.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.print
JasperPrint
          An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.
JRException
          General purpose JasperReports exception.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.query
JRDataset
          Interface representing a data set that can be used in a report.
JRDataSource
          This interface represents the abstract representation of a JasperReports data source.
JRException
          General purpose JasperReports exception.
JRPropertiesHolder
          Interface to be implemented by objects that have properties attached.
JRQueryChunk
           
JRValueParameter
          A report/dataset parameter having an assigned value.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.scriptlets
JasperReport
          The actual representation of a compiled report.
JRAbstractScriptlet
          Defines an abstract representation of a report scriptlet.
JRDataset
          Interface representing a data set that can be used in a report.
JRException
          General purpose JasperReports exception.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.util
Deduplicable
          Interface implemented by objects that can be deduplicated by detecting previously created identical instances.
JasperReport
          The actual representation of a compiled report.
JRAlignment
          An interface that defines constants useful for alignment.
JRBand
          Implementations of this interface represent various bands in the report template.
JRBox
          Deprecated. Replaced by JRLineBox.
JRBreak
          An abstract representation of a break element.
JRChart
          Implementations of this interface can be used for rendering chart components.
JRChartPlot
          Chart plots define chart appearance and display details such as colors, legend or labels.
JRChild
          An abstract representation of a report element.
JRCloneable
           
JRCommonElement
          An abstract representation of a report element.
JRCommonGraphicElement
          An abstract representation of a report graphic element.
JRCommonImage
           
JRCommonRectangle
          An abstract representation of a graphic element representing a rectangle.
JRCommonText
          Common interface of design and print text elements.
JRComponentElement
          A report element that wraps an abstract component.
JRConditionalStyle
           
JRDataset
          Interface representing a data set that can be used in a report.
JRDatasetRun
          Interface of an sub dataset instantiation.
JRElement
          An abstract representation of a report element.
JRElementDataset
          Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRElementGroup
          Groups several report elements.
JREllipse
          An abstract representation of a graphic element representing an ellipse.
JRException
          General purpose JasperReports exception.
JRExpression
           
JRFont
          An abstract representation of a font.
JRFrame
          An abstract representation of a report elements container.
JRGenericElement
          A "generic" report element that will produce a generic print element in the generated report.
JRGenericPrintElement
          A generic print element.
JRHyperlink
          An interface providing hyperlink functionality.
JRHyperlinkParameter
          A hyperlink parameter, consisting of a name and a value expression.
JRImage
          An abstract representation of a graphic element representing an image.
JRLine
          An abstract representation of a graphic element representing a straight line.
JRLineBox
          This is useful for drawing borders around text elements and images.
JRParagraph
           
JRPen
           
JRPrintElement
           
JRPrintEllipse
           
JRPrintFrame
          A print elements container.
JRPrintImage
           
JRPrintLine
           
JRPrintRectangle
           
JRPrintText
           
JRPropertiesHolder
          Interface to be implemented by objects that have properties attached.
JRPropertiesMap
          Properties map of an JR element.
JRPropertyExpression
          Report property with a value based on an expression.
JRQueryChunk
           
JRRectangle
          An abstract representation of a graphic element representing a rectangle.
JRReport
          An abstract representation of a Jasper report.
JRReportTemplate
          A template included in a report.
JRRuntimeException
           
JRSection
          Implementations of this interface represent various sections in the report template.
JRStaticText
          An abstract representation of a report static text.
JRStyle
           
JRStyleContainer
           
JRSubreport
           
JRTextField
          An abstract representation of a report static text.
JRVisitor
           
PrintElementVisitor
          Print element visitor interface.
TabStop
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.util.xml
JRException
          General purpose JasperReports exception.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.engine.xml
JasperPrint
          An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.
JRBreak
          An abstract representation of a break element.
JRChart
          Implementations of this interface can be used for rendering chart components.
JRComponentElement
          A report element that wraps an abstract component.
JRConditionalStyle
           
JRDataset
          Interface representing a data set that can be used in a report.
JRDatasetRun
          Interface of an sub dataset instantiation.
JRElementDataset
          Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRElementGroup
          Groups several report elements.
JREllipse
          An abstract representation of a graphic element representing an ellipse.
JRException
          General purpose JasperReports exception.
JRFont
          An abstract representation of a font.
JRFrame
          An abstract representation of a report elements container.
JRGenericElement
          A "generic" report element that will produce a generic print element in the generated report.
JRGenericPrintElement
          A generic print element.
JRGroup
          Groups represent a flexible way to organize data on a report.
JRHyperlink
          An interface providing hyperlink functionality.
JRHyperlinkParameter
          A hyperlink parameter, consisting of a name and a value expression.
JRImage
          An abstract representation of a graphic element representing an image.
JRLine
          An abstract representation of a graphic element representing a straight line.
JRLineBox
          This is useful for drawing borders around text elements and images.
JRParagraph
           
JRPen
           
JRPrintHyperlinkParameter
          A parameter of the hyperlink associated to a print element.
JRPrintImage
           
JRPropertyExpression
          Report property with a value based on an expression.
JRRectangle
          An abstract representation of a graphic element representing a rectangle.
JRReport
          An abstract representation of a Jasper report.
JRReportTemplate
          A template included in a report.
JRSection
          Implementations of this interface represent various sections in the report template.
JRStaticText
          An abstract representation of a report static text.
JRStyle
           
JRStyleContainer
           
JRSubreport
           
JRTemplate
          A template that can be used by report.
JRTemplateReference
          A static template reference, consisting of a location from which the template can be loaded.
JRTextField
          An abstract representation of a report static text.
JRVisitor
           
TabStop
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.extensions
JRPropertiesMap
          Properties map of an JR element.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.governors
JRAbstractScriptlet
          Defines an abstract representation of a report scriptlet.
JRDefaultScriptlet
          This class provides default empty implementations for scriptlet events.
JRException
          General purpose JasperReports exception.
JRPropertiesMap
          Properties map of an JR element.
JRScriptletException
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.j2ee.servlets
JasperPrint
          An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.olap
JRDataset
          Interface representing a data set that can be used in a report.
JRDataSource
          This interface represents the abstract representation of a JasperReports data source.
JRException
          General purpose JasperReports exception.
JRField
          An abstract representation of a data source field.
JRValueParameter
          A report/dataset parameter having an assigned value.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.olap.xmla
JRDataset
          Interface representing a data set that can be used in a report.
JRDataSource
          This interface represents the abstract representation of a JasperReports data source.
JRException
          General purpose JasperReports exception.
JRValueParameter
          A report/dataset parameter having an assigned value.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.renderers
JRAbstractRenderer
           
JRAbstractSvgRenderer
           
JRException
          General purpose JasperReports exception.
JRImageMapRenderer
          Image renderer able to produce image maps.
JRImageRenderer
           
JRPrintHyperlink
           
JRPrintImageAreaHyperlink
          A component of an image map.
JRRenderable
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.repo
JasperReport
          The actual representation of a compiled report.
JRException
          General purpose JasperReports exception.
JRPropertiesMap
          Properties map of an JR element.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.swing
JasperPrint
          An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.
JRException
          General purpose JasperReports exception.
JRImageMapRenderer
          Image renderer able to produce image maps.
JRPrintElement
           
JRPrintHyperlink
           
JRPrintImageAreaHyperlink
          A component of an image map.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.view
JasperPrint
          An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.
JRException
          General purpose JasperReports exception.
JRImageMapRenderer
          Image renderer able to produce image maps.
JRPrintElement
           
JRPrintHyperlink
           
JRPrintImageAreaHyperlink
          A component of an image map.
JRReport
          An abstract representation of a Jasper report.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.view.save
JasperPrint
          An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.
JRException
          General purpose JasperReports exception.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.web
ReportContext
           
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.web.servlets
JRException
          General purpose JasperReports exception.
 

Classes in net.sf.jasperreports.engine used by net.sf.jasperreports.web.util
JRPrintHyperlink
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com