Package net.sf.jasperreports.engine.fill
Class JRFillCloneFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.JRFillCloneFactory
-
public class JRFillCloneFactory extends Object
Factory class used for fill-time working clones creation.A instance of this class is used for each created clone.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description JRFillCloneFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JRFillCloneable
getCached(JRFillCloneable original)
JRFillCloneable
getClone(JRFillCloneable original)
void
put(JRFillCloneable original, JRFillCloneable clone)
-
-
-
Method Detail
-
getCached
protected JRFillCloneable getCached(JRFillCloneable original)
-
put
public void put(JRFillCloneable original, JRFillCloneable clone)
-
getClone
public JRFillCloneable getClone(JRFillCloneable original)
-
-