net.sf.jasperreports.engine.fill
Class JRFiller

java.lang.Object
  extended bynet.sf.jasperreports.engine.fill.JRFiller

public abstract class JRFiller
extends java.lang.Object

Version:
$Id: JRFiller.java,v 1.10 2005/07/22 09:42:07 peter_p_s Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Constructor Summary
JRFiller()
           
 
Method Summary
static JRBaseFiller createFiller(JasperReport jasperReport)
           
static JasperPrint fillReport(JasperReport jasperReport, java.util.Map parameters, java.sql.Connection conn)
           
static JasperPrint fillReport(JasperReport jasperReport, java.util.Map parameters, JRDataSource dataSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRFiller

public JRFiller()
Method Detail

fillReport

public static JasperPrint fillReport(JasperReport jasperReport,
                                     java.util.Map parameters,
                                     java.sql.Connection conn)
                              throws JRException
Throws:
JRException

fillReport

public static JasperPrint fillReport(JasperReport jasperReport,
                                     java.util.Map parameters,
                                     JRDataSource dataSource)
                              throws JRException
Throws:
JRException

createFiller

public static JRBaseFiller createFiller(JasperReport jasperReport)
                                 throws JRException
Throws:
JRException


© 2001-2005 JasperSoft Corporation www.jaspersoft.com