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

Packages that use JRFillCloneFactory
net.sf.jasperreports.components.barbecue   
net.sf.jasperreports.components.barcode4j   
net.sf.jasperreports.components.list   
net.sf.jasperreports.components.map   
net.sf.jasperreports.components.sort   
net.sf.jasperreports.components.spiderchart   
net.sf.jasperreports.components.table   
net.sf.jasperreports.engine.component   
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.components.barbecue
 

Methods in net.sf.jasperreports.components.barbecue with parameters of type JRFillCloneFactory
 FillComponent BarbecueFillFactory.cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
           
 

Uses of JRFillCloneFactory in net.sf.jasperreports.components.barcode4j
 

Methods in net.sf.jasperreports.components.barcode4j with parameters of type JRFillCloneFactory
 FillComponent BarcodeFillFactory.cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
           
 

Uses of JRFillCloneFactory in net.sf.jasperreports.components.list
 

Methods in net.sf.jasperreports.components.list with parameters of type JRFillCloneFactory
 FillComponent FillListFactory.cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
           
 JRFillCloneable FillListContents.createClone(JRFillCloneFactory factory)
           
 

Constructors in net.sf.jasperreports.components.list with parameters of type JRFillCloneFactory
FillListContents(FillListContents fillListContents, JRFillCloneFactory factory)
           
 

Uses of JRFillCloneFactory in net.sf.jasperreports.components.map
 

Methods in net.sf.jasperreports.components.map with parameters of type JRFillCloneFactory
 FillComponent MapFillFactory.cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
           
 

Uses of JRFillCloneFactory in net.sf.jasperreports.components.sort
 

Methods in net.sf.jasperreports.components.sort with parameters of type JRFillCloneFactory
 FillComponent SortComponentFillFactory.cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
           
 JRFillCloneable SortComponentFill.createClone(JRFillCloneFactory factory)
           
 

Uses of JRFillCloneFactory in net.sf.jasperreports.components.spiderchart
 

Methods in net.sf.jasperreports.components.spiderchart with parameters of type JRFillCloneFactory
 FillComponent SpiderChartFillFactory.cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
           
 JRFillCloneable FillSpiderChart.createClone(JRFillCloneFactory factory)
           
 

Uses of JRFillCloneFactory in net.sf.jasperreports.components.table
 

Methods in net.sf.jasperreports.components.table with parameters of type JRFillCloneFactory
 FillComponent FillTableFactory.cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
           
 

Uses of JRFillCloneFactory in net.sf.jasperreports.engine.component
 

Methods in net.sf.jasperreports.engine.component with parameters of type JRFillCloneFactory
 FillComponent ComponentFillFactory.cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
          Creates a clone of a fill component.
 

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

Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillCloneFactory
 JRFillCloneable JRFillStaticText.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillFrame.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillChart.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillSubreport.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillGenericElement.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillTextField.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillComponentElement.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillCellContents.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillImage.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillLine.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillRectangle.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillEllipse.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillCloneable.createClone(JRFillCloneFactory factory)
          Creates a working clone of itself.
 JRFillCloneable JRFillBreak.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillElementGroup.createClone(JRFillCloneFactory factory)
           
 JRFillCloneable JRFillCrosstab.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)
           
JRFillComponentElement(JRFillComponentElement element, 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)
           
JRFillGenericElement(JRFillGenericElement element, 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-2010 Jaspersoft Corporation www.jaspersoft.com