Class PrintPartCreator
- java.lang.Object
-
- net.sf.jasperreports.parts.subreport.PrintPartCreator
-
public class PrintPartCreator extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description PrintPartCreator(JasperPrint jasperPrint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(String partName, JRPropertiesHolder partProperties)
PrintPart
getPart()
boolean
hasPart()
-
-
-
Constructor Detail
-
PrintPartCreator
public PrintPartCreator(JasperPrint jasperPrint)
-
-
Method Detail
-
accept
public void accept(String partName, JRPropertiesHolder partProperties)
-
hasPart
public boolean hasPart()
-
getPart
public PrintPart getPart()
-
-