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

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

Classes in net.sf.jasperreports.engine.fill that implement JRCloneable
 class JRFillBand
           
 class JRFillCellContents
          Crosstab cell contents filler.
 class JRFillChart
           
 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 JRFillGraphicElement
           
 class JRFillImage
           
 class JRFillLine
           
 class JRFillRectangle
           
 class JRFillStaticText
           
 class JRFillSubreport
           
 class JRFillTextElement
           
 class JRFillTextField
           
 

Methods in net.sf.jasperreports.engine.fill that return JRCloneable
 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)
           
protected  JRCloneable JRFillCloneFactory.getCached(JRCloneable original)
           
 JRCloneable JRFillCloneFactory.getClone(JRCloneable original)
           
 JRCloneable JRFillChart.createClone(JRFillCloneFactory factory)
           
 JRCloneable JRFillCellContents.createClone()
           
 JRCloneable JRFillCellContents.createClone(JRFillCloneFactory factory)
           
 JRCloneable JRCloneable.createClone(JRFillCloneFactory factory)
          Creates a working clone of itself.
 

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

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



© 2001-2005 JasperSoft Corporation www.jaspersoft.com