Uses of Interface
net.sf.jasperreports.engine.export.JRExporterContext

Packages that use JRExporterContext
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats. 
net.sf.jasperreports.engine.export.oasis   
net.sf.jasperreports.engine.export.ooxml   
net.sf.jasperreports.engine.util Utility classes. 
 

Uses of JRExporterContext in net.sf.jasperreports.engine
 

Classes in net.sf.jasperreports.engine that implement JRExporterContext
 class JRAbstractExporter.BaseExporterContext
           
 

Uses of JRExporterContext in net.sf.jasperreports.engine.export
 

Subinterfaces of JRExporterContext in net.sf.jasperreports.engine.export
 interface JExcelApiExporterContext
          A context that represents information about an XLS export process.
 interface JRGraphics2DExporterContext
          A context that represents information about an Graphics2D export process.
 interface JRHtmlExporterContext
          A context that represents information about an HTML export process.
 interface JRPdfExporterContext
          A context that represents information about an PDF export process.
 interface JRRtfExporterContext
          A context that represents information about an RTF export process.
 interface JRXlsExporterContext
          A context that represents information about an XLS export process.
 interface JRXmlExporterContext
          A context that represents information about an XML export process.
 

Classes in net.sf.jasperreports.engine.export that implement JRExporterContext
protected  class JExcelApiExporter.ExporterContext
           
protected  class JExcelApiMetadataExporter.ExporterContext
           
protected  class JRGraphics2DExporter.ExporterContext
           
protected  class JRHtmlExporter.ExporterContext
           
protected  class JRPdfExporter.ExporterContext
           
protected  class JRRtfExporter.ExporterContext
           
protected  class JRXhtmlExporter.ExporterContext
           
protected  class JRXlsExporter.ExporterContext
           
protected  class JRXmlExporter.ExporterContext
           
 

Methods in net.sf.jasperreports.engine.export with parameters of type JRExporterContext
 ExporterFilter ExporterFilterFactory.getFilter(JRExporterContext exporterContext)
          Returns an exporter filter to be used for a specific exporter context.
 ExporterFilter JROriginExporterFilterFactory.getFilter(JRExporterContext exporterContext)
           
 ExporterFilter DefaultExporterFilterFactory.getFilter(JRExporterContext exporterContext)
          The method searches for all filter factories registered via net.sf.jasperreports.export.filter.factory.
 ExporterFilter ElementKeyExporterFilterFactory.getFilter(JRExporterContext exporterContext)
          The exported report is searched for element exclusion properties, and if any is found a ElementKeyExporterFilter instance is returned.
 

Uses of JRExporterContext in net.sf.jasperreports.engine.export.oasis
 

Subinterfaces of JRExporterContext in net.sf.jasperreports.engine.export.oasis
 interface JROdsExporterContext
          A context that represents information about an ODS export process.
 interface JROdtExporterContext
          A context that represents information about an ODT export process.
 

Classes in net.sf.jasperreports.engine.export.oasis that implement JRExporterContext
protected  class JROdsExporter.ExporterContext
           
protected  class JROdtExporter.ExporterContext
           
 

Uses of JRExporterContext in net.sf.jasperreports.engine.export.ooxml
 

Subinterfaces of JRExporterContext in net.sf.jasperreports.engine.export.ooxml
 interface JRDocxExporterContext
          A context that represents information about an DOCX export process.
 interface JRPptxExporterContext
          A context that represents information about an PPTX export process.
 interface JRXlsxExporterContext
          A context that represents information about an XLSX export process.
 

Classes in net.sf.jasperreports.engine.export.ooxml that implement JRExporterContext
protected  class JRDocxExporter.ExporterContext
           
protected  class JRPptxExporter.ExporterContext
           
protected  class JRXlsxExporter.ExporterContext
           
 

Uses of JRExporterContext in net.sf.jasperreports.engine.util
 

Methods in net.sf.jasperreports.engine.util with parameters of type JRExporterContext
static java.lang.String FlashUtils.getAllowScriptAccess(JRExporterContext context, JRGenericPrintElement element)
          Determines the allowScriptAccess parameter for a Flash element.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com