Uses of Interface
net.sf.jasperreports.engine.fill.JRFillCloneable

Packages that use JRFillCloneable
net.sf.jasperreports.components.list   
net.sf.jasperreports.components.sort   
net.sf.jasperreports.components.spiderchart   
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 JRFillCloneable in net.sf.jasperreports.components.list
 

Classes in net.sf.jasperreports.components.list that implement JRFillCloneable
 class FillListContents
          List contents fill element container.
 

Methods in net.sf.jasperreports.components.list that return JRFillCloneable
 JRFillCloneable FillListContents.createClone(JRFillCloneFactory factory)
           
 

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

Methods in net.sf.jasperreports.components.sort that return JRFillCloneable
 JRFillCloneable SortComponentFill.createClone(JRFillCloneFactory factory)
           
 

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

Classes in net.sf.jasperreports.components.spiderchart that implement JRFillCloneable
 class FillSpiderChart
           
 

Methods in net.sf.jasperreports.components.spiderchart that return JRFillCloneable
 JRFillCloneable FillSpiderChart.createClone(JRFillCloneFactory factory)
           
 

Uses of JRFillCloneable in net.sf.jasperreports.components.table.fill
 

Classes in net.sf.jasperreports.components.table.fill that implement JRFillCloneable
 class FillTableSubreport
           
 

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

Classes in net.sf.jasperreports.engine.fill that implement JRFillCloneable
 class JRFillBand
           
 class JRFillBreak
           
 class JRFillCellContents
          Crosstab cell contents filler.
 class JRFillChart
           
 class JRFillComponentElement
          A JRComponentElement which is used during report fill.
 class JRFillCrosstab
          Fill-time implementation of a crosstab.
 class JRFillElement
           
 class JRFillElementContainer
          Abstract implementation of an element container filler.
 class JRFillElementGroup
           
 class JRFillEllipse
           
 class JRFillFrame
          Fill time implementation of a frame element.
protected  class JRFillFrame.JRFillFrameElements
          Frame element container filler.
 class JRFillGenericElement
          A JRGenericElement used during report fill.
 class JRFillGraphicElement
           
 class JRFillImage
           
 class JRFillLine
           
 class JRFillRectangle
           
 class JRFillStaticText
           
 class JRFillSubreport
           
 class JRFillTextElement
           
 class JRFillTextField
           
 

Methods in net.sf.jasperreports.engine.fill that return JRFillCloneable
 JRFillCloneable JRFillCellContents.createClone()
           
 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)
           
protected  JRFillCloneable JRFillCloneFactory.getCached(JRFillCloneable original)
           
 JRFillCloneable JRFillCloneFactory.getClone(JRFillCloneable original)
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillCloneable
protected  JRFillCloneable JRFillCloneFactory.getCached(JRFillCloneable original)
           
 JRFillCloneable JRFillCloneFactory.getClone(JRFillCloneable original)
           
 void JRFillCloneFactory.put(JRFillCloneable original, JRFillCloneable clone)
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillCloneable
JRClonePool(JRFillCloneable original, boolean trackLockedClones, boolean useOriginal)
          Creates a clone pool.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com