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

Packages that use JRExporterGridCell
net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats. 
 

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

Fields in net.sf.jasperreports.engine.export declared as JRExporterGridCell
static JRExporterGridCell JRExporterGridCell.OCCUPIED_CELL
           
 

Methods in net.sf.jasperreports.engine.export that return JRExporterGridCell
 JRExporterGridCell[][] JRGridLayout.getGrid()
          Returns the constructed element grid.
 

Methods in net.sf.jasperreports.engine.export with parameters of type JRExporterGridCell
protected  void JRXlsExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.exportRectangle(JRPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.exportText(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.createMergeRegion(JRExporterGridCell gridCell, int colIndex, int rowIndex, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
           
protected  org.apache.poi.hssf.usermodel.HSSFCellStyle JRXlsExporter.getLoadedCellStyle(short mode, short backcolor, short horizontalAlignment, short verticalAlignment, short rotation, org.apache.poi.hssf.usermodel.HSSFFont font, JRExporterGridCell gridCell)
           
protected  void JRXlsExporter.exportImage(JRPrintImage image, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int x, int y)
           
protected abstract  void JRXlsAbstractExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected abstract  void JRXlsAbstractExporter.exportText(JRPrintText text, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected abstract  void JRXlsAbstractExporter.exportImage(JRPrintImage image, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected abstract  void JRXlsAbstractExporter.exportRectangle(JRPrintElement element, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected abstract  void JRXlsAbstractExporter.exportLine(JRPrintLine line, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected abstract  void JRXlsAbstractExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JRHtmlExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell)
           
protected  void JRHtmlExporter.writeCellTDStart(JRExporterGridCell gridCell)
           
protected  void JRHtmlExporter.exportRectangle(JRPrintElement element, JRExporterGridCell gridCell)
           
protected  void JRHtmlExporter.exportText(JRPrintText text, JRExporterGridCell gridCell)
           
protected  void JRHtmlExporter.exportImage(JRPrintImage image, JRExporterGridCell gridCell)
           
protected  void JRHtmlExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell)
           
static int JRGridLayout.getRowHeight(JRExporterGridCell[][] grid, int rowIdx)
           
 



© 2001-2005 JasperSoft Corporation www.jaspersoft.com