|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.demo.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.
Nested Class Summary | |
protected static class |
HelloWorld.CloseHandler
Window close handler. |
Constructor Summary | |
HelloWorld()
Creates and displays a simple report. |
Method Summary | |
java.lang.String |
getDescription()
Returns a short description of the demo. |
static void |
main(java.lang.String[] args)
The starting point for the "Hello World" demo application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HelloWorld()
Method Detail |
public java.lang.String getDescription()
public static void main(java.lang.String[] args)
args
- ignored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |