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

Packages that use ExporterNature
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   
 

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

Classes in net.sf.jasperreports.engine.export that implement ExporterNature
 class AbstractExporterNature
           
 class JExcelApiExporterNature
           
 class JRCsvExporterNature
           
 class JRHtmlExporterNature
           
 class JRXlsAbstractExporterNature
           
 class JRXlsExporterNature
           
 

Fields in net.sf.jasperreports.engine.export declared as ExporterNature
protected  ExporterNature JRXlsExporter.nature
           
protected  ExporterNature JExcelApiMetadataExporter.nature
           
protected  ExporterNature JExcelApiExporter.nature
           
protected  ExporterNature JRHtmlExporter.nature
           
protected  ExporterNature JRAbstractCsvExporter.nature
           
 

Methods in net.sf.jasperreports.engine.export that return ExporterNature
protected  ExporterNature JRAbstractCsvExporter.getExporterNature()
           
protected abstract  ExporterNature JRXlsAbstractMetadataExporter.getNature()
           
protected  ExporterNature JRXlsExporter.getNature()
           
protected  ExporterNature JExcelApiMetadataExporter.getNature()
           
protected  ExporterNature JExcelApiExporter.getNature()
           
protected abstract  ExporterNature JRXlsAbstractExporter.getNature()
           
 

Methods in net.sf.jasperreports.engine.export with parameters of type ExporterNature
protected static void JRGridLayout.addXCuts(ExporterNature nature, java.util.List<JRPrintElement> elementsList, int elementOffsetX, CutsInfo xCuts)
          This static method calculates the X cuts for a list of print elements and stores them in the list indicated by the xCuts parameter.
static CutsInfo JRGridLayout.calculateXCuts(ExporterNature nature, java.util.List<JRPrintPage> pages, int startPageIndex, int endPageIndex, int width, int offsetX)
          This static method calculates all the X cuts for a list of pages.
 

Constructors in net.sf.jasperreports.engine.export with parameters of type ExporterNature
JRGridLayout(ExporterNature nature, ElementWrapper[] wrappers, int width, int height, int offsetX, int offsetY, java.lang.String address)
          Constructor.
JRGridLayout(ExporterNature nature, java.util.List<JRPrintElement> elements, int width, int height, int offsetX, int offsetY)
          Constructor.
JRGridLayout(ExporterNature nature, java.util.List<JRPrintElement> elements, int width, int height, int offsetX, int offsetY, CutsInfo xCuts)
          Constructor.
 

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

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

Fields in net.sf.jasperreports.engine.export.oasis declared as ExporterNature
protected  ExporterNature JROpenDocumentExporter.nature
           
 

Methods in net.sf.jasperreports.engine.export.oasis that return ExporterNature
protected  ExporterNature JROdtExporter.getExporterNature(ExporterFilter filter)
           
protected  ExporterNature JROdsExporter.getExporterNature(ExporterFilter filter)
           
protected abstract  ExporterNature JROpenDocumentExporter.getExporterNature(ExporterFilter filter)
           
 

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

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

Fields in net.sf.jasperreports.engine.export.ooxml declared as ExporterNature
protected  ExporterNature JRXlsxExporter.nature
           
protected  ExporterNature JRDocxExporter.nature
           
 

Methods in net.sf.jasperreports.engine.export.ooxml that return ExporterNature
protected  ExporterNature JRDocxExporter.getExporterNature(ExporterFilter filter)
           
protected  ExporterNature JRXlsxExporter.getNature()
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com