net.sf.jasperreports.engine.fill
Interface JRSubreportRunnerFactory

All Known Implementing Classes:
JRContinuationSubreportRunnerFactory, JRThreadSubreportRunnerFactory

public interface JRSubreportRunnerFactory

Factory of JRSubreportRunner instances.

Version:
$Id: JRSubreportRunnerFactory.java 1229 2006-04-19 13:27:35 +0300 (Wed, 19 Apr 2006) teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
JRProperties.SUBREPORT_RUNNER_FACTORY

Method Summary
 JRSubreportRunner createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)
          Creates a new JRSubreportRunner instance.
 

Method Detail

createSubreportRunner

JRSubreportRunner createSubreportRunner(JRFillSubreport fillSubreport,
                                        JRBaseFiller subreportFiller)
Creates a new JRSubreportRunner instance.

Parameters:
fillSubreport - the subreport element of the master report
subreportFiller - the subreport filler created to fill the subreport
Returns:
a new JRSubreportRunner instance


© 2001-2006 JasperSoft Corporation www.jaspersoft.com