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. 
net.sf.jasperreports.engine.export.oasis   
 

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 JExcelApiExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected abstract  void JRXlsAbstractExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  void JExcelApiExporter.addMergeRegion(JRExporterGridCell gridCell, int x, int y)
           
protected  java.awt.Color JRHtmlExporter.appendBackcolorStyle(JRExporterGridCell gridCell, java.lang.StringBuffer styleBuffer)
           
protected  void JRXlsExporter.createMergeRegion(JRExporterGridCell gridCell, int colIndex, int rowIndex, HSSFCellStyle cellStyle)
           
protected  void JRXlsExporter.createTextCell(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex, JRStyledText styledText, JRXlsExporter.StyleInfo baseStyle)
           
protected  void JRHtmlExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell)
           
protected  void JExcelApiExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int col, int row)
           
protected abstract  void JRXlsAbstractExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int x, int y)
           
protected  void JRHtmlExporter.exportImage(JRPrintImage image, JRExporterGridCell gridCell)
           
protected  void JExcelApiExporter.exportImage(JRPrintImage element, JRExporterGridCell gridCell, int col, int row, int emptyCols)
           
protected abstract  void JRXlsAbstractExporter.exportImage(JRPrintImage image, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols)
           
protected  void JRXlsExporter.exportImage(JRPrintImage element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols)
           
protected  void JRHtmlExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell)
           
protected  void JExcelApiExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell, int col, int row)
           
protected abstract  void JRXlsAbstractExporter.exportLine(JRPrintLine line, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  void JRHtmlExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell gridCell)
           
protected  void JExcelApiExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell gridCell, int col, int row)
           
protected abstract  void JRXlsAbstractExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  void JRHtmlExporter.exportText(JRPrintText text, JRExporterGridCell gridCell)
           
protected  void JExcelApiExporter.exportText(JRPrintText text, JRExporterGridCell gridCell, int col, int row)
           
protected abstract  void JRXlsAbstractExporter.exportText(JRPrintText text, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.exportText(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  JRPrintElementIndex JRHtmlExporter.getElementIndex(JRExporterGridCell gridCell)
           
protected  HSSFCellStyle JRXlsExporter.getLoadedCellStyle(short mode, short backcolor, short horizontalAlignment, short verticalAlignment, short rotation, HSSFFont font, JRExporterGridCell gridCell)
           
static int JRGridLayout.getMaxRowHeight(JRExporterGridCell[] row)
           
static int JRGridLayout.getRowHeight(JRExporterGridCell[] row)
           
protected  HSSFCellStyle JRXlsExporter.initCreateCell(JRExporterGridCell gridCell, int colIndex, int rowIndex, JRXlsExporter.StyleInfo baseStyle)
           
protected  void JRHtmlExporter.writeCellTDStart(JRExporterGridCell gridCell)
           
protected  void JRHtmlExporter.writeEmptyCell(JRExporterGridCell cell, int rowHeight)
           
 

Constructors in net.sf.jasperreports.engine.export with parameters of type JRExporterGridCell
JExcelApiExporter.BoxStyle(JRExporterGridCell gridCell)
           
JExcelApiExporter.StyleInfo(Pattern mode, Colour backcolor, int horizontalAlignment, int verticalAlignment, int rotation, WritableFont font, JRExporterGridCell gridCell)
           
JRXlsExporter.BoxStyle(JRExporterGridCell gridCell)
           
JRXlsExporter.StyleInfo(short mode, short backcolor, short horizontalAlignment, short verticalAlignment, short rotation, HSSFFont font, JRExporterGridCell gridCell)
           
 

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

Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRExporterGridCell
protected  void JROdtExporter.exportEllipse(TableBuilder tableBuilder, JRPrintEllipse ellipse, JRExporterGridCell gridCell)
           
protected  void JROdtExporter.exportFrame(TableBuilder tableBuilder, JRPrintFrame frame, JRExporterGridCell gridCell)
           
protected  void JROdtExporter.exportImage(TableBuilder tableBuilder, JRPrintImage image, JRExporterGridCell gridCell)
           
protected  void JROdtExporter.exportLine(TableBuilder tableBuilder, JRPrintLine line, JRExporterGridCell gridCell)
           
protected  void JROdtExporter.exportRectangle(TableBuilder tableBuilder, JRPrintRectangle rectangle, JRExporterGridCell gridCell)
           
protected  void JROdtExporter.exportText(TableBuilder tableBuilder, JRPrintText text, JRExporterGridCell gridCell)
           
protected  JRPrintElementIndex JROdtExporter.getElementIndex(JRExporterGridCell gridCell)
           
protected  java.lang.String JROdtExporter.getImagePath(JRRenderable renderer, boolean isLazy, JRExporterGridCell gridCell)
           
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com