net.sf.jasperreports.engine.fill
Interface JRFillCloneable

All Known Implementing Classes:
FillListContents, FillSpiderChart, FillTableSubreport, JRFillBand, JRFillBreak, JRFillCellContents, JRFillChart, JRFillComponentElement, JRFillCrosstab, JRFillElement, JRFillElementContainer, JRFillElementGroup, JRFillEllipse, JRFillFrame, JRFillFrame.JRFillFrameElements, JRFillGenericElement, JRFillGraphicElement, JRFillImage, JRFillLine, JRFillRectangle, JRFillStaticText, JRFillSubreport, JRFillTextElement, JRFillTextField

public interface JRFillCloneable

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: JRFillCloneable.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

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

Method Detail

createClone

JRFillCloneable 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-2010 Jaspersoft Corporation www.jaspersoft.com