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 JRFillSubreportReturnValue.filler
           
protected  JRBaseFiller AsynchronousFillHandle.filler
           
protected  JRBaseFiller JRBaseFiller.parentFiller
           
protected  JRBaseFiller JRFillElement.filler
           
protected  JRBaseFiller JRFillBand.filler
           
protected  JRBaseFiller JRCalculator.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
JRFillSubreportReturnValue(JRSubreportReturnValue returnValue, JRFillObjectFactory factory, JRBaseFiller filler)
           
JRHorizontalFiller(JasperReport jasperReport, JRBaseFiller parentFiller)
           
JRHorizontalFiller(JasperReport jasperReport, JRCalculator calculator, JRBaseFiller parentFiller)
           
JRFillTextField(JRBaseFiller filler, JRTextField textField, JRFillObjectFactory factory)
           
JRFillEllipse(JRBaseFiller filler, JREllipse ellipse, JRFillObjectFactory factory)
           
JRBaseFiller(JasperReport jasperReport, JRCalculator initCalculator, JRBaseFiller parentFiller)
           
JRFillRectangle(JRBaseFiller filler, JRRectangle rectangle, JRFillObjectFactory factory)
           
JRFillElement(JRBaseFiller filler, JRElement element, JRFillObjectFactory factory)
          private JRElement topElementInGroup = null; private JRElement bottomElementInGroup = null; /**
JRFillGraphicElement(JRBaseFiller filler, JRGraphicElement graphicElement, JRFillObjectFactory factory)
           
JRFillBand(JRBaseFiller filler, JRBand band, JRFillObjectFactory factory)
           
JRFillLine(JRBaseFiller filler, JRLine line, JRFillObjectFactory factory)
           
JRFillTextElement(JRBaseFiller filler, JRTextElement textElement, JRFillObjectFactory factory)
           
JRFillImage(JRBaseFiller filler, JRImage image, JRFillObjectFactory factory)
           
JRFillObjectFactory(JRBaseFiller filler)
           
JRFillChart(JRBaseFiller filler, JRChart chart, JRFillObjectFactory factory)
           
JRFillStaticText(JRBaseFiller filler, JRStaticText staticText, JRFillObjectFactory factory)
           
JRVerticalFiller(JasperReport jasperReport, JRBaseFiller parentFiller)
           
JRVerticalFiller(JasperReport jasperReport, JRCalculator calculator, JRBaseFiller parentFiller)
           
JRFillSubreport(JRBaseFiller filler, JRSubreport subreport, JRFillObjectFactory factory)
           
 



© 2001-2005 JasperSoft Corporation www.jaspersoft.com