org.jfree.report.modules.data.beans
Class StaticReportDataFactory
java.lang.Object
org.jfree.report.modules.data.beans.StaticReportDataFactory
- ReportDataFactory
This report data factory uses introspection to search for a report data
source. The query has the following format:
<full-qualified-classname&gr;#methodName(Parameters)
<full-qualified-classname&gr;(constructorparams)#methodName(Parameters)
<full-qualified-classname&gr;(constructorparams)
derive
public ReportDataFactory derive()
Derives a freshly initialized report data factory, which is independend of
the original data factory. Opening or Closing one data factory must not
affect the other factories.
- derive in interface ReportDataFactory