Uses of Class
net.sf.jasperreports.engine.export.JRGridLayout

Packages that use JRGridLayout
net.sf.jasperreports.components.map   
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 JRGridLayout in net.sf.jasperreports.components.map
 

Methods in net.sf.jasperreports.components.map with parameters of type JRGridLayout
 void MapElementJExcelApiHandler.exportElement(JExcelApiExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
           
 void MapElementXlsHandler.exportElement(JRXlsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
           
 

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

Methods in net.sf.jasperreports.engine.export that return JRGridLayout
 JRGridLayout JRExporterGridCell.getLayout()
           
 

Methods in net.sf.jasperreports.engine.export with parameters of type JRGridLayout
 void GenericElementJExcelApiHandler.exportElement(JExcelApiExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
          Exports a generic element.
 void GenericElementXlsHandler.exportElement(JRXlsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
          Exports a generic element.
protected  void JRXlsAbstractMetadataExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
           
protected  void JRXlsExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
           
protected  void JExcelApiExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
           
protected abstract  void JRXlsAbstractExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
           
protected  void JRHtmlExporter.exportGrid(JRGridLayout gridLayout, boolean whitePageBackground)
           
 void JRXlsAbstractMetadataExporter.exportImage(JRPrintImage image, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
           
 void JRXlsExporter.exportImage(JRPrintImage element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
           
 void JExcelApiExporter.exportImage(JRPrintImage element, JRExporterGridCell gridCell, int col, int row, int emptyCols, int yCutsRow, JRGridLayout layout)
           
protected abstract  void JRXlsAbstractExporter.exportImage(JRPrintImage image, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
           
protected  double JRXlsExporter.getColumnRelativePosition(JRGridLayout layout, int col, int offset)
           
protected  double JExcelApiExporter.getColumnRelativePosition(JRGridLayout layout, int col, int offset)
           
protected  double JRXlsExporter.getRowRelativePosition(JRGridLayout layout, int row, int offset)
           
protected  double JExcelApiExporter.getRowRelativePosition(JRGridLayout layout, int row, int offset)
           
 void JRExporterGridCell.setLayout(JRGridLayout layout)
           
 

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

Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRGridLayout
protected  void JROpenDocumentExporter.exportGrid(JRGridLayout gridLayout, JRPrintElementIndex frameIndex)
           
 

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

Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRGridLayout
protected  void JRXlsxExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
           
protected  void JRDocxExporter.exportGrid(JRGridLayout gridLayout, JRPrintElementIndex frameIndex)
           
 void JRXlsxExporter.exportImage(JRPrintImage image, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com