net.sf.jasperreports.engine.fill
Class JRFillCloneFactory

java.lang.Object
  extended by net.sf.jasperreports.engine.fill.JRFillCloneFactory

public class JRFillCloneFactory
extends java.lang.Object

Factory class used for fill-time working clones creation.

A instance of this class is used for each created clone.

Version:
$Id: JRFillCloneFactory.java 1229 2006-04-19 13:27:35 +0300 (Wed, 19 Apr 2006) teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Constructor Summary
JRFillCloneFactory()
           
 
Method Summary
protected  JRCloneable getCached(JRCloneable original)
           
 JRCloneable getClone(JRCloneable original)
           
 void put(JRCloneable original, JRCloneable clone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRFillCloneFactory

public JRFillCloneFactory()
Method Detail

getCached

protected JRCloneable getCached(JRCloneable original)

put

public void put(JRCloneable original,
                JRCloneable clone)

getClone

public JRCloneable getClone(JRCloneable original)


© 2001-2006 JasperSoft Corporation www.jaspersoft.com