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

Packages that use JRFillCloneFactory
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 JRFillCloneFactory in net.sf.jasperreports.engine.fill
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillCloneFactory
 JRFillCloneable JRFillTextField.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillSubreport.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillStaticText.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillRectangle.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillLine.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillImage.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillFrame.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillEllipse.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillElementGroup.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillCrosstab.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillCloneable.createClone(JRFillCloneFactory factory)
          Creates a working clone of itself.
 JRFillCloneable JRFillChart.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillCellContents.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillBreak.createClone(JRFillCloneFactory factory)
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillCloneFactory
JRFillBreak(JRFillBreak breakElement, JRFillCloneFactory factory)
           
JRFillCellContents(JRFillCellContents cellContents, JRFillCloneFactory factory)
           
JRFillElement(JRFillElement element, JRFillCloneFactory factory)
           
JRFillElementContainer(JRFillElementContainer container, JRFillCloneFactory factory)
           
JRFillElementGroup(JRFillElementGroup elementGrp, JRFillCloneFactory factory)
           
JRFillEllipse(JRFillEllipse ellipse, JRFillCloneFactory factory)
           
JRFillFrame(JRFillFrame frame, JRFillCloneFactory factory)
           
JRFillGraphicElement(JRFillGraphicElement graphicElement, JRFillCloneFactory factory)
           
JRFillImage(JRFillImage image, JRFillCloneFactory factory)
           
JRFillLine(JRFillLine line, JRFillCloneFactory factory)
           
JRFillRectangle(JRFillRectangle rectangle, JRFillCloneFactory factory)
           
JRFillStaticText(JRFillStaticText staticText, JRFillCloneFactory factory)
           
JRFillTextElement(JRFillTextElement textElement, JRFillCloneFactory factory)
           
JRFillTextField(JRFillTextField textField, JRFillCloneFactory factory)
           
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com