net.sf.jasperreports.engine.fill
Class JRFillCloneFactory
java.lang.Object
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])
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRFillCloneFactory
public JRFillCloneFactory()
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.