| Home >> All >> org >> jfree >> report >> [ demo Javadoc ] |
org.jfree.report.demo: Javadoc index of package org.jfree.report.demo.
Package Samples:
org.jfree.report.demo.invoice: Classes making up the demonstration application for the JFreeReport Class Library.
org.jfree.report.demo.cards
org.jfree.report.demo.helper
org.jfree.report.demo.form
org.jfree.report.demo.resources
org.jfree.report.demo.conditionalgroup
Classes:
FontChangeFunction: This is a function used in report4-demo. The function demonstrates how to alter an elements property during the report generation. The elements font is changed base on the data provided in the reports datasource. For every new item row in the report, the font for that row is changed to the fontname specified in the second column of the report data source. Parameters: The function expects the name of a field in the item band in the parameter "element". This functions value will always be null.
HelloWorld: A very simple JFreeReport demo. The purpose of this demo is to illustrate the basic steps required to connect a report definition with some data and display a report preview on-screen. In this example, the report definition is created in code. It is also possible to read a report definition from an XML file...that is demonstrated elsewhere.
OpenSourceDemoApplet: This demo application replicates the report generated by OpenSourceDemo.java, but creates the report in code rather than using an XML report template. The whole report is displayed in an applet. To use or adopt that applet to your own needs, just change the getReport() method and your applet should work perfectly ...
SwingIconsDemo: A demonstration application. This demo is written up in the JFreeReport PDF Documentation. Please notify David Gilbert (david.gilbert@object-refinery.com) if you need to make changes to this file. To run this demo, you need to have the Java Look and Feel Icons jar file on your classpath.
OpenSourceProjects: A TableModel containing (hard-coded) data about Java projects that are free / open source. If you would like to have your project listed here (and also at http://www.object-refinery.com/open.html), please send an e-mail to David Gilbert at: david.gilbert@object-refinery.com
JFreeReportDemo: The main frame in the report demonstration application. This demo has huge reports added, so calling report 5 and 6 can require some patience. If the system property "org.jfree.report.demo.DEBUG" is set to "true", debugging messages to System.out stream are enabled.
HugeJFreeReportDemo: The main frame in the report demonstration application. This demo has huge reports added, so calling report 5 and 6 can require some patience. If the system property "org.jfree.report.demo.DEBUG" is set to "true", debugging messages to System.out stream are enabled.
StraightToEverything: A demonstration that shows how to generate a report and save it to PDF without displaying the print preview or the PDF save-as dialog. The methods to save the report to the various file formats are also implemented in
SurveyScaleDemo: A demo application that generates a report using the org.jfree.report.modules.misc.survey.SurveyScale class to present responses to a survey.
SelectCardFunction: The SelectCardFunction defines the visiblity of the card bands depending on the current card type. Valid property names are: Account Admin User Prepaid Free Empty
AbstractDemoFrame: The AbstractDemoFrame provides some basic functionality shared among all demos. It provides default handlers for preview and the window-closing event as well as helper function to display error messages.
ImageRenderFunction: The ImageRenderFunction creates a simple Image using a BufferedImage within a function to show the use of the ImageFunctionElement. The image is created whenever a new page is started.
SwingIconsDemoTableModel: A table model implementation for the SwingIconsDemo.java demo application. The model reads the contents of the file "jlfgr-1_0.jar", which must be reachable via the classpath.
DemoResources_ca: User interface items for the JFreeReport demonstration application. These have been put into a ResourceBundle to ease localisation of the application. Catalan translation
PreviewAction: The preview action invokes the parsing and processing of the currently selected sample report. The actual work is done in the JFreeReportDemos method attemptPreview ()
AboutAction: The About action is used to show some information about the demo programm of JFreeReport. This abstract class handles the locales specific initialisation.
DemoResources: User interface items for the JFreeReport demonstration application. These have been put into a ResourceBundle to ease localisation of the application.
DemoResources_fr: User interface items for the JFreeReport demonstration application. These have been put into a ResourceBundle to ease localisation of the application.
DemoResources_sv: User interface items for the JFreeReport demonstration application. These have been put into a ResourceBundle to ease localisation of the application.
DemoResources_hu: User interface items for the JFreeReport demonstration application. These have been put into a ResourceBundle to ease localisation of the application.
DemoResources_nl: User interface items for the JFreeReport demonstration application. These have been put into a ResourceBundle to ease localisation of the application.
DemoResources_pl: User interface items for the JFreeReport demonstration application. These have been put into a ResourceBundle to ease localisation of the application.
DemoResources_de: User interface items for the JFreeReport demonstration application. These have been put into a ResourceBundle to ease localisation of the application.
OpenSourceDemo2: This demo application replicates the report generated by OpenSourceDemo.java, but creates the report in code rather than using an XML report template.
| Home | Contact Us | Privacy Policy | Terms of Service |