org.jfree.report.demo
Class SampleReport2

java.lang.Object
  extended byorg.jfree.report.demo.SampleReport2

public class SampleReport2
extends java.lang.Object

A sample to show the band in band capabilities of JFreeReport ...

Author:
Thomas Morgner.

Constructor Summary
SampleReport2()
          Default constructor.
 
Method Summary
 JFreeReport createReport()
          Create a report with a single report header band.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleReport2

public SampleReport2()
Default constructor.

Method Detail

createReport

public JFreeReport createReport()
                         throws FunctionInitializeException
Create a report with a single report header band. This band contains several sub bands.

Returns:
the created report.
Throws:
FunctionInitializeException - if there is a problem initialising the function.