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

Packages that use ExporterFilter
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.draw   
net.sf.jasperreports.engine.export.oasis   
net.sf.jasperreports.engine.export.ooxml   
net.sf.jasperreports.engine.export.xmlss   
 

Uses of ExporterFilter in net.sf.jasperreports.engine
 

Fields in net.sf.jasperreports.engine declared as ExporterFilter
protected  ExporterFilter JRAbstractExporter.filter
           
 

Methods in net.sf.jasperreports.engine that return ExporterFilter
protected  ExporterFilter JRAbstractExporter.createFilter(java.lang.String exportPropertyPrefix)
           
 

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

Subinterfaces of ExporterFilter in net.sf.jasperreports.engine.export
 interface ExporterNature
           
 interface ResetableExporterFilter
           
 

Classes in net.sf.jasperreports.engine.export that implement ExporterFilter
 class ElementKeyExporterFilter
          An exporter filter that excludes elements based on their keys.
 class ExporterFilterContainer
          An exporter filter that consists of several exporter filter, and filters elements through each of them.
 class JExcelApiExporterNature
           
 class JRCsvExporterNature
           
 class JRHtmlExporterNature
           
 class JROriginExporterFilter
           
 class JRXlsAbstractExporterNature
           
 class JRXlsExporterNature
           
 

Fields in net.sf.jasperreports.engine.export declared as ExporterFilter
protected  ExporterFilter JRXlsAbstractExporterNature.filter
           
 

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

Constructors in net.sf.jasperreports.engine.export with parameters of type ExporterFilter
JExcelApiExporterNature(ExporterFilter filter, boolean isIgnoreGraphics)
           
JExcelApiExporterNature(ExporterFilter filter, boolean isIgnoreGraphics, boolean isIgnorePageMargins)
           
JRCsvExporterNature(ExporterFilter filter)
           
JRHtmlExporterNature(ExporterFilter filter, boolean deep)
           
JRHtmlExporterNature(ExporterFilter filter, boolean deep, boolean ignorePageMargins)
           
JRXlsAbstractExporterNature(ExporterFilter filter, boolean isIgnoreGraphics)
           
JRXlsAbstractExporterNature(ExporterFilter filter, boolean isIgnoreGraphics, boolean isIgnorePageMargins)
           
JRXlsExporterNature(ExporterFilter filter, boolean isIgnoreGraphics)
           
JRXlsExporterNature(ExporterFilter filter, boolean isIgnoreGraphics, boolean isIgnorePageMargins)
           
 

Uses of ExporterFilter in net.sf.jasperreports.engine.export.draw
 

Constructors in net.sf.jasperreports.engine.export.draw with parameters of type ExporterFilter
FrameDrawer(ExporterFilter filter, TextRenderer textRenderer)
           
 

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

Classes in net.sf.jasperreports.engine.export.oasis that implement ExporterFilter
 class JROdsExporterNature
           
 class JROdtExporterNature
           
 class JROpenDocumentExporterNature
           
 

Fields in net.sf.jasperreports.engine.export.oasis declared as ExporterFilter
protected  ExporterFilter JROpenDocumentExporterNature.filter
           
 

Methods in net.sf.jasperreports.engine.export.oasis with parameters of type ExporterFilter
protected  ExporterNature JROdtExporter.getExporterNature(ExporterFilter filter)
           
protected  ExporterNature JROdsExporter.getExporterNature(ExporterFilter filter)
           
protected abstract  ExporterNature JROpenDocumentExporter.getExporterNature(ExporterFilter filter)
           
 

Constructors in net.sf.jasperreports.engine.export.oasis with parameters of type ExporterFilter
JROdsExporterNature(ExporterFilter filter)
           
JROdtExporterNature(ExporterFilter filter)
           
JROpenDocumentExporterNature(ExporterFilter filter)
           
 

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

Classes in net.sf.jasperreports.engine.export.ooxml that implement ExporterFilter
 class JRDocxExporterNature
           
 class JROfficeOpenXmlExporterNature
           
 class JRXlsxExporterNature
           
 

Fields in net.sf.jasperreports.engine.export.ooxml declared as ExporterFilter
protected  ExporterFilter JROfficeOpenXmlExporterNature.filter
           
 

Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type ExporterFilter
protected  ExporterNature JRDocxExporter.getExporterNature(ExporterFilter filter)
           
 

Constructors in net.sf.jasperreports.engine.export.ooxml with parameters of type ExporterFilter
JRDocxExporterNature(ExporterFilter filter, boolean deepGrid)
           
JROfficeOpenXmlExporterNature(ExporterFilter filter)
           
JRXlsxExporterNature(ExporterFilter filter)
           
 

Uses of ExporterFilter in net.sf.jasperreports.engine.export.xmlss
 

Classes in net.sf.jasperreports.engine.export.xmlss that implement ExporterFilter
 class JRXmlssExporterNature
           
 

Constructors in net.sf.jasperreports.engine.export.xmlss with parameters of type ExporterFilter
JRXmlssExporterNature(ExporterFilter filter)
           
JRXmlssExporterNature(ExporterFilter filter, boolean isIgnorePageMargins)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com