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

Packages that use JRFillElement
net.sf.jasperreports.components.table.fill   
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 JRFillElement in net.sf.jasperreports.components.table.fill
 

Subclasses of JRFillElement in net.sf.jasperreports.components.table.fill
 class FillTableSubreport
           
 

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

Subclasses of JRFillElement in net.sf.jasperreports.engine.fill
 class JRFillBreak
           
 class JRFillChart
           
 class JRFillComponentElement
          A JRComponentElement which is used during report fill.
 class JRFillCrosstab
          Fill-time implementation of a crosstab.
 class JRFillEllipse
           
 class JRFillFrame
          Fill time implementation of a frame element.
 class JRFillGenericElement
          A JRGenericElement used during report fill.
 class JRFillGraphicElement
           
 class JRFillImage
           
 class JRFillLine
           
 class JRFillRectangle
           
 class JRFillStaticText
           
 class JRFillSubreport
           
 class JRFillTextElement
           
 class JRFillTextField
           
 

Fields in net.sf.jasperreports.engine.fill declared as JRFillElement
protected  JRFillElement[] JRFillElementContainer.deepElements
           
protected  JRFillElement[] JRFillElementGroup.elements
           
protected  JRFillElement JRFillElementContainer.firstYElement
           
 

Fields in net.sf.jasperreports.engine.fill with type parameters of type JRFillElement
protected  java.util.Map<java.lang.Integer,JRFillElement> JRBaseFiller.fillElements
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillElement
protected  void JRBaseFiller.addBoundElement(JRFillElement element, JRPrintElement printElement, EvaluationTimeEnum evaluationType, JRGroup group, JRFillBand band)
           
protected  void JRBaseFiller.addBoundElement(JRFillElement element, JRPrintElement printElement, EvaluationTimeEnum evaluationType, java.lang.String groupName, JRFillBand band)
           
protected  void JRBaseFiller.addBoundElement(JRFillElement element, JRPrintElement printElement, JREvaluationTime evaluationTime)
           
protected  void JRFillElementContainer.addSubElements(JRPrintElementContainer printContainer, JRFillElement element, java.util.Collection<? extends JRPrintElement> printElements)
           
 int JRBaseFiller.assignElementId(JRFillElement fillElement)
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillElement
JRFillElement(JRFillElement element, JRFillCloneFactory factory)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com