Package net.sf.jasperreports.engine
Class SimplePrintPart
- java.lang.Object
-
- net.sf.jasperreports.engine.SimplePrintPart
-
- All Implemented Interfaces:
java.io.Serializable,PrintPart
public class SimplePrintPart extends java.lang.Object implements PrintPart, java.io.Serializable
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimplePrintPart()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimplePrintPartfromJasperPrint(JasperPrint partJasperPrint, java.lang.String partName)java.lang.StringgetName()PrintPageFormatgetPageFormat()voidsetName(java.lang.String name)voidsetPageFormat(PrintPageFormat pageFormat)
-
-
-
Method Detail
-
fromJasperPrint
public static SimplePrintPart fromJasperPrint(JasperPrint partJasperPrint, java.lang.String partName)
-
setName
public void setName(java.lang.String name)
-
getPageFormat
public PrintPageFormat getPageFormat()
- Specified by:
getPageFormatin interfacePrintPart
-
setPageFormat
public void setPageFormat(PrintPageFormat pageFormat)
-
-