Package net.sf.jasperreports.engine.fill
Class JRContinuationSubreportRunnerFactory
java.lang.Object
net.sf.jasperreports.engine.fill.JRContinuationSubreportRunnerFactory
- All Implemented Interfaces:
JRSubreportRunnerFactory
public class JRContinuationSubreportRunnerFactory
extends Object
implements JRSubreportRunnerFactory
JRContinuationSubreportRunner
subreport runners factory.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Field Summary
Fields inherited from interface net.sf.jasperreports.engine.fill.JRSubreportRunnerFactory
SUBREPORT_RUNNER_FACTORY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSubreportRunner
(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller) Creates a newJRSubreportRunner
instance.
-
Constructor Details
-
JRContinuationSubreportRunnerFactory
public JRContinuationSubreportRunnerFactory()
-
-
Method Details
-
createSubreportRunner
public JRSubreportRunner createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller) Description copied from interface:JRSubreportRunnerFactory
Creates a newJRSubreportRunner
instance.- Specified by:
createSubreportRunner
in interfaceJRSubreportRunnerFactory
- Parameters:
fillSubreport
- the subreport element of the master reportsubreportFiller
- the subreport filler created to fill the subreport- Returns:
- a new
JRSubreportRunner
instance
-