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
 JRCloneable JRFillTextField.createClone(JRFillCloneFactory factory)
           
 JRCloneable JRFillSubreport.createClone(JRFillCloneFactory factory)
           
 JRCloneable JRFillStaticText.createClone(JRFillCloneFactory factory)
           
 JRCloneable JRFillRectangle.createClone(JRFillCloneFactory factory)
           
 JRCloneable JRFillLine.createClone(JRFillCloneFactory factory)
           
 JRCloneable JRFillImage.createClone(JRFillCloneFactory factory)
           
 JRCloneable JRFillFrame.createClone(JRFillCloneFactory factory)
           
 JRCloneable JRFillEllipse.createClone(JRFillCloneFactory factory)
           
 JRCloneable JRFillElementGroup.createClone(JRFillCloneFactory factory)
           
 JRCloneable JRFillCrosstab.createClone(JRFillCloneFactory factory)
           
 JRCloneable JRFillChart.createClone(JRFillCloneFactory factory)
           
 JRCloneable JRFillCellContents.createClone(JRFillCloneFactory factory)
           
 JRCloneable JRFillBreak.createClone(JRFillCloneFactory factory)
           
 JRCloneable JRCloneable.createClone(JRFillCloneFactory factory)
          Creates a working clone of itself.
 

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