Uses of Class
net.sf.jasperreports.engine.fill.JRBaseFiller

Packages that use JRBaseFiller
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
 

Uses of JRBaseFiller in net.sf.jasperreports.engine.fill
 

Subclasses of JRBaseFiller in net.sf.jasperreports.engine.fill
 class JRHorizontalFiller
           
 class JRVerticalFiller
           
 

Fields in net.sf.jasperreports.engine.fill declared as JRBaseFiller
protected  JRBaseFiller JRBaseFiller.parentFiller
           
protected  JRBaseFiller AsynchronousFillHandle.filler
           
protected  JRBaseFiller JRFillBand.filler
           
protected  JRBaseFiller JRCalculator.filler
           
protected  JRBaseFiller JRFillSubreportReturnValue.filler
           
protected  JRBaseFiller JRFillElement.filler
           
 

Methods in net.sf.jasperreports.engine.fill that return JRBaseFiller
static JRBaseFiller JRFiller.createFiller(JasperReport jasperReport)
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRBaseFiller
protected  void JRBaseFiller.registerSubfiller(JRBaseFiller subfiller)
           
protected  void JRBaseFiller.unregisterSubfiller(JRBaseFiller subfiller)
           
protected  void JRCalculator.init(JRBaseFiller parentFiller)
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRBaseFiller
JRFillTextField(JRBaseFiller filler, JRTextField textField, JRFillObjectFactory factory)
           
JRHorizontalFiller(JasperReport jasperReport, JRBaseFiller parentFiller)
           
JRHorizontalFiller(JasperReport jasperReport, JRCalculator calculator, JRBaseFiller parentFiller)
           
JRFillSubreport(JRBaseFiller filler, JRSubreport subreport, JRFillObjectFactory factory)
           
JRFillGraphicElement(JRBaseFiller filler, JRGraphicElement graphicElement, JRFillObjectFactory factory)
           
JRBaseFiller(JasperReport jasperReport, JRCalculator initCalculator, JRBaseFiller parentFiller)
           
JRVerticalFiller(JasperReport jasperReport, JRBaseFiller parentFiller)
           
JRVerticalFiller(JasperReport jasperReport, JRCalculator calculator, JRBaseFiller parentFiller)
           
JRFillStaticText(JRBaseFiller filler, JRStaticText staticText, JRFillObjectFactory factory)
           
JRFillChart(JRBaseFiller filler, JRChart chart, JRFillObjectFactory factory)
           
JRFillTextElement(JRBaseFiller filler, JRTextElement textElement, JRFillObjectFactory factory)
           
JRFillImage(JRBaseFiller filler, JRImage image, JRFillObjectFactory factory)
           
JRFillEllipse(JRBaseFiller filler, JREllipse ellipse, JRFillObjectFactory factory)
           
JRFillLine(JRBaseFiller filler, JRLine line, JRFillObjectFactory factory)
           
JRFillBand(JRBaseFiller filler, JRBand band, JRFillObjectFactory factory)
           
JRFillRectangle(JRBaseFiller filler, JRRectangle rectangle, JRFillObjectFactory factory)
           
JRFillSubreportReturnValue(JRSubreportReturnValue returnValue, JRFillObjectFactory factory, JRBaseFiller filler)
           
JRFillElement(JRBaseFiller filler, JRElement element, JRFillObjectFactory factory)
          private JRElement topElementInGroup = null; private JRElement bottomElementInGroup = null; /**
JRFillObjectFactory(JRBaseFiller filler)
           
 



© 2001-2005 JasperSoft Corporation www.jaspersoft.com