net.sf.jasperreports.engine

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Report » jasperreports 2.0.1 » net.sf.jasperreports.engine 
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.

Related Documentation

Java Source File NameTypeComment
JasperCompileManager.javaClass 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.javaClass Façade class for exporting generated reports into more popular formats such as PDF, HTML and XML. This class contains convenience methods for exporting to only these 3 formats.

For exporting to XLS and CSV format or for using special exporter parameters, the specific exporter class should be used directly.

JasperFillManager.javaClass Façade class for filling compiled report designs with data from report data sources, in order to produce page-oriented documents, ready-to-print.

All methods receive a Map object that should contain the values for the report parameters. These value are retrieved by the engine using the corresponding report parameter name as the key.

JasperManager.javaClass General purpose façade class for the JasperReports engine.
JasperPrint.javaClass An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.
JasperPrintManager.javaClass Façade class for the JasperReports engine.
JasperReport.javaClass The actual representation of a compiled report.
JasperRunManager.javaClass Façade class for the JasperReports engine.
JRAbstractChartCustomizer.javaClass Abstract implementation of net.sf.jasperreports.engine.JRChartCustomizer JRChartCustomizer that provides access to parameter, variable and field values.
JRAbstractExporter.javaClass
JRAbstractObjectFactory.javaClass
JRAbstractRenderer.javaClass
JRAbstractScriptlet.javaClass Defines an abstract representation of a report scriptlet.
JRAbstractSvgRenderer.javaClass
JRAlignment.javaInterface An interface that defines constants useful for alignment.
JRAnchor.javaInterface An interface providing anchor functionality.
JRBand.javaInterface Implementations of this interface represent various sections in the report template.
JRBox.javaInterface This is useful for drawing borders around text elements and images.
JRBreak.javaInterface An abstract representation of a break element.
JRChart.javaInterface Implementations of this interface can be used for rendering chart components.
JRChartCustomizer.javaInterface This interface allows users to provide pluggable chart customizers.
JRChartDataset.javaInterface Datasets are used to represent the actual data needed to generate a chart.
JRChartPlot.javaInterface Chart plots define chart appearance and display details such as colors, legend or labels.
JRChild.javaInterface An abstract representation of a report element.
JRConditionalStyle.javaInterface
JRConstants.javaInterface
JRDataset.javaInterface Interface representing a data set that can be used in a report.
JRDatasetParameter.javaInterface Dataset parameter value interface.
JRDatasetRun.javaInterface Interface of an sub dataset instantiation.
JRDataSource.javaInterface This interface represents the abstract representation of a JasperReports data source.
JRDataSourceProvider.javaInterface Abstracts the means of creating and disposing a data source.
JRDefaultFontProvider.javaInterface An interface that provides a default font when none is specified.
JRDefaultScriptlet.javaClass This class provides default empty implementations for scriptlet events.
JRDefaultStyleProvider.javaInterface An interface that provides a default style when none is specified.
JRElement.javaInterface An abstract representation of a report element.
JRElementDataset.javaInterface Element datasets are used to represent the report data needed to generate a chart or crosstab.
JRElementGroup.javaInterface Groups several report elements.
JREllipse.javaInterface An abstract representation of a graphic element representing an ellipse.
JREmptyDataSource.javaClass A simple data source implementation that simulates a data source with a given number of virtual records inside.
JRException.javaClass General purpose JasperReports exception.
JRExporter.javaInterface All document exporting in JasperReports is done through this interface.
JRExporterParameter.javaClass Instances of this class are used for defining and setting exporter parameters.

The JasperPrint object needed for the export can be specified in many ways: an instance of JasperPrint, an input stream, a file on disk, or an URL.

JRExpression.javaInterface
JRExpressionChunk.javaInterface
JRExpressionCollector.javaClass
JRField.javaInterface An abstract representation of a data source field.
JRFont.javaInterface An abstract representation of a font.
JRFrame.javaInterface An abstract representation of a report elements container.

A frame is a report element that contains sub elements. It has a backgroud, a border and it stretches to accommodate its content.

For the Graphics2D and PDF exporters, a frame is equivalent to a rectangle placed behind a group of elements.

JRGraphicElement.javaInterface An abstract representation of a report graphic element.
JRGroup.javaInterface Groups represent a flexible way to organize data on a report.
JRHyperlink.javaInterface An interface providing hyperlink functionality.
JRHyperlinkHelper.javaClass Utility class that manages built-in hyperlink types.
JRHyperlinkParameter.javaInterface A hyperlink parameter, consisting of a name and a value expression.
JRImage.javaInterface An abstract representation of a graphic element representing an image.
JRImageMapRenderer.javaInterface Image renderer able to produce image maps.
JRImageRenderer.javaClass
JRLine.javaInterface An abstract representation of a graphic element representing a straight line.
JRParameter.javaInterface
JRPrintAnchor.javaInterface
JRPrintAnchorIndex.javaClass
JRPrintElement.javaInterface
JRPrintElementContainer.javaInterface Print element container interface.
JRPrintElementIndex.javaClass
JRPrintEllipse.javaInterface
JRPrintFrame.javaInterface A print elements container.
JRPrintGraphicElement.javaInterface
JRPrintHyperlink.javaInterface
JRPrintHyperlinkParameter.javaClass A parameter of the hyperlink associated to a print element.
JRPrintHyperlinkParameters.javaClass A set of parameters associated with a print element.
JRPrintImage.javaInterface
JRPrintImageArea.javaClass An area on an image.
JRPrintImageAreaHyperlink.javaClass A component of an image map.
JRPrintLine.javaInterface
JRPrintPage.javaInterface
JRPrintRectangle.javaInterface
JRPrintText.javaInterface
JRPropertiesHolder.javaInterface Interface to be implemented by objects that have properties attached.
JRPropertiesMap.javaClass Properties map of an JR element.
JRQuery.javaInterface Represents a query used for generation of report data.
JRQueryChunk.javaInterface
JRRectangle.javaInterface An abstract representation of a graphic element representing a rectangle.
JRRenderable.javaInterface
JRReport.javaInterface An abstract representation of a Jasper report.
JRReportFont.javaInterface An abstract representation of a report level font.
JRReportTemplate.javaInterface A template included in a report.
JRResultSetDataSource.javaClass An implementation of a data source that uses a supplied ResultSet.
JRRewindableDataSource.javaInterface This interface represents a data source which can go back to the first element.
JRRuntimeException.javaClass
JRScriptletException.javaClass
JRSimpleTemplate.javaClass Default JRTemplate implementation.
JRSortField.javaInterface
JRStaticText.javaInterface An abstract representation of a report static text.
JRStyle.javaInterface
JRStyleContainer.javaInterface
JRStyleSetter.javaInterface An interface implemented by objects upon which style attributes can be set.
JRSubreport.javaInterface
JRSubreportParameter.javaInterface
JRSubreportReturnValue.javaInterface A value copied from a subreport into a variable of the master report.
JRTemplate.javaInterface A template that can be used by report.
JRTemplateReference.javaClass A static template reference, consisting of a location from which the template can be loaded.
JRTextElement.javaInterface An abstract representation of a report text element.
JRTextField.javaInterface An abstract representation of a report static text.
JRValueParameter.javaInterface A report/dataset parameter having an assigned value.
JRVariable.javaInterface An interface for implementing classes that deal with report variables.
JRVirtualizable.javaInterface
JRVirtualizationHelper.javaClass Virtualization helper class.
JRVirtualizer.javaInterface
JRWrappingSvgRenderer.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.