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 4595 2011-09-08 15:55:10Z teodord $
Author:
Lucian Chirita ([email protected])

Constructor Summary
JRFillCloneFactory()
           
 
Method Summary
protected  JRFillCloneable getCached(JRFillCloneable original)
           
 JRFillCloneable getClone(JRFillCloneable original)
           
 void put(JRFillCloneable original, JRFillCloneable 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 JRFillCloneable getCached(JRFillCloneable original)

put

public void put(JRFillCloneable original,
                JRFillCloneable clone)

getClone

public JRFillCloneable getClone(JRFillCloneable original)


Copyright © 2011. All Rights Reserved.