Package net.sf.jasperreports.pdf
Class JRPdfExporter.ExporterContext
- java.lang.Object
-
- net.sf.jasperreports.engine.JRAbstractExporter.BaseExporterContext
-
- net.sf.jasperreports.pdf.JRPdfExporter.ExporterContext
-
- All Implemented Interfaces:
JRExporterContext
,JRPdfExporterContext
- Enclosing class:
- JRPdfExporter
protected class JRPdfExporter.ExporterContext extends JRAbstractExporter.BaseExporterContext implements JRPdfExporterContext
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ExporterContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfProducer
getPdfProducer()
com.lowagie.text.pdf.PdfWriter
getPdfWriter()
Returns thePdfWriter
instance used by the exporter.-
Methods inherited from class net.sf.jasperreports.engine.JRAbstractExporter.BaseExporterContext
getExportedReport, getExporterRef, getJasperReportsContext, getOffsetX, getOffsetY, getRepository, getValue, getValues, setValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.engine.export.JRExporterContext
getExportedReport, getExporterRef, getJasperReportsContext, getOffsetX, getOffsetY, getRepository, getValue, getValues, setValue
-
-
-
-
Method Detail
-
getPdfWriter
public com.lowagie.text.pdf.PdfWriter getPdfWriter()
Description copied from interface:JRPdfExporterContext
Returns thePdfWriter
instance used by the exporter.- Specified by:
getPdfWriter
in interfaceJRPdfExporterContext
- Returns:
- the exporter's
PdfWriter
instance
-
getPdfProducer
public PdfProducer getPdfProducer()
- Specified by:
getPdfProducer
in interfaceJRPdfExporterContext
-
-