Package net.sf.jasperreports.engine
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
JRAlignment An interface that defines constants useful for alignment.
JRAnchor An interface providing anchor functionality.
JRBand Implementations of this interface represent various sections in the report template.
JRBox This is useful for drawing borders around text elements and images.
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.
JRChild An abstract representation of a report element.
JRConditionalStyle No description provided.
JRConstants No description provided.
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.
JRDataSourceProvider Abstracts the means of creating and disposing a data source.
JRDefaultFontProvider An interface that provides a default font when none is specified.
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.
JRExporter All document exporting in JasperReports is done through this interface.
JRExpression No description provided.
JRExpressionChunk No description provided.
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.
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.
JRImage An abstract representation of a graphic element representing an image.
JRLine An abstract representation of a graphic element representing a straight line.
JRParameter No description provided.
JRPrintAnchor No description provided.
JRPrintElement No description provided.
JRPrintElementContainer Print element container interface.
JRPrintEllipse No description provided.
JRPrintFrame A print elements container.
JRPrintGraphicElement No description provided.
JRPrintHyperlink No description provided.
JRPrintImage No description provided.
JRPrintLine No description provided.
JRPrintPage No description provided.
JRPrintRectangle No description provided.
JRPrintText No description provided.
JRQuery Represents a query used for generation of report data.
JRQueryChunk No description provided.
JRRectangle An abstract representation of a graphic element representing a rectangle.
JRRenderable No description provided.
JRReport An abstract representation of a Jasper report.
JRReportFont An abstract representation of a report level font.
JRRewindableDataSource This interface represents a data source which can go back to the first element.
JRStaticText An abstract representation of a report static text.
JRStyle No description provided.
JRStyleContainer No description provided.
JRSubreport No description provided.
JRSubreportParameter No description provided.
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.
JRVirtualizable No description provided.
JRVirtualizer No description provided.
Classes
JasperCompileManager Fa�ade class for compiling report designs into the ready-to-fill form and for getting the XML representation of report design objects for storage or network transfer.
JasperExportManager Fa�ade class for exporting generated reports into more popular formats such as PDF, HTML and XML.
JasperFillManager Fa�ade class for filling compiled report designs with data from report data sources, in order to produce page-oriented documents, ready-to-print.
JasperManager General purpose fa�ade class for the JasperReports engine.
JasperPrint An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.
JasperPrintManager Fa�ade class for the JasperReports engine.
JasperReport The actual representation of a compiled report.
JasperRunManager Fa�ade class for the JasperReports engine.
JRAbstractChartCustomizer Abstract implementation of JRChartCustomizer that provides access to parameter, variable and field values.
JRAbstractExporter No description provided.
JRAbstractObjectFactory No description provided.
JRAbstractRenderer No description provided.
JRAbstractScriptlet Defines an abstract representation of a report scriptlet.
JRAbstractSvgRenderer No description provided.
JRDefaultScriptlet This class provides default empty implementations for scriptlet events.
JREmptyDataSource A simple data source implementation that simulates a data source with a given number of virtual records inside.
JRExporterParameter Instances of this class are used for defining and setting exporter parameters.
JRExpressionCollector No description provided.
JRImageRenderer No description provided.
JRPrintAnchorIndex No description provided.
JRPrintElementIndex No description provided.
JRPropertiesMap Properties map of an JR element.
JRResultSetDataSource An implementation of a data source that uses a supplied ResultSet.
JRVirtualizationHelper Virtualization helper class.
JRWrappingSvgRenderer No description provided.
Exceptions
JRException General purpose JasperReports exception.
JRRuntimeException No description provided.
JRScriptletException No description provided.
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.

Related Documentation