net.sf.jasperreports.engine.export
Class JRPdfExporter.ExporterContext

java.lang.Object
  extended by net.sf.jasperreports.engine.JRAbstractExporter.BaseExporterContext
      extended by net.sf.jasperreports.engine.export.JRPdfExporter.ExporterContext
All Implemented Interfaces:
JRExporterContext, JRPdfExporterContext
Enclosing class:
JRPdfExporter

protected class JRPdfExporter.ExporterContext
extends JRAbstractExporter.BaseExporterContext
implements JRPdfExporterContext


Constructor Summary
protected JRPdfExporter.ExporterContext()
           
 
Method Summary
 java.lang.String getExportPropertiesPrefix()
          Returns the properties prefix for the current exporter.
 com.lowagie.text.pdf.PdfWriter getPdfWriter()
          Returns the PdfWriter instance used by the exporter.
 
Methods inherited from class net.sf.jasperreports.engine.JRAbstractExporter.BaseExporterContext
getExportedReport, getExporter, getExportParameters, getJasperReportsContext, getOffsetX, getOffsetY
 
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, getExporter, getExportParameters, getJasperReportsContext, getOffsetX, getOffsetY
 

Constructor Detail

JRPdfExporter.ExporterContext

protected JRPdfExporter.ExporterContext()
Method Detail

getExportPropertiesPrefix

public java.lang.String getExportPropertiesPrefix()
Description copied from interface: JRExporterContext
Returns the properties prefix for the current exporter.

Specified by:
getExportPropertiesPrefix in interface JRExporterContext
Returns:
the properties prefix for the current exporter

getPdfWriter

public com.lowagie.text.pdf.PdfWriter getPdfWriter()
Description copied from interface: JRPdfExporterContext
Returns the PdfWriter instance used by the exporter.

Specified by:
getPdfWriter in interface JRPdfExporterContext
Returns:
the exporter's PdfWriter instance


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com