package net.sf.jasperreports.engine.fill; public interface JRFillCloneable { JRFillCloneable createClone(JRFillCloneFactory paramJRFillCloneFactory); }