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   
 

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

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

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

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

Methods in net.sf.jasperreports.engine.export with parameters of type ExporterNature
protected static void JRGridLayout.addXCuts(ExporterNature nature, java.util.List 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 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 elements, int width, int height, int offsetX, int offsetY)
          Constructor.
JRGridLayout(ExporterNature nature, java.util.List 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 JROdtExporterNature
           
 

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



© 2001-2006 JasperSoft Corporation www.jaspersoft.com