net.sf.jasperreports.engine.fill
Interface JRCloneable

All Known Implementing Classes:
JRFillCellContents, JRFillElement, JRFillElementGroup

public interface JRCloneable

Interface of elements that can be cloned at fill time.

In some cases multiple copies of the same element are evaluated, prepared and filled simultaneously. Such an element should implement this interface so that working clones of the element can be created.

Version:
$Id: JRCloneable.java,v 1.2 2005/11/28 09:20:43 teodord Exp $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Method Summary
 JRCloneable createClone(JRFillCloneFactory factory)
          Creates a working clone of itself.
 

Method Detail

createClone

public JRCloneable createClone(JRFillCloneFactory factory)
Creates a working clone of itself.

Parameters:
factory - the clone factory to use while creating the clone
Returns:
a working clone of itself


© 2001-2005 JasperSoft Corporation www.jaspersoft.com