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

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

Subclasses of JRExporterGridCell in net.sf.jasperreports.engine.export
 class ElementGridCell
           
 class EmptyGridCell
           
 class OccupiedGridCell
           
 

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

Methods in net.sf.jasperreports.engine.export with parameters of type JRExporterGridCell
protected  void JExcelApiExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected abstract  void JRXlsAbstractExporter.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, short forecolor)
           
 void GenericElementJExcelApiHandler.exportElement(JExcelApiExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex)
          Exports a generic element.
 void GenericElementXlsHandler.exportElement(JRXlsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex)
          Exports a generic element.
protected  void JRHtmlExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell)
           
protected  void JExcelApiExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int col, int row)
           
protected  void JRXlsExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int x, int y)
           
protected abstract  void JRXlsAbstractExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JRHtmlExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int rowHeight)
           
protected  void JExcelApiExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols)
           
protected  void JRXlsExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols)
           
protected abstract  void JRXlsAbstractExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols)
           
protected  void JRHtmlExporter.exportImage(JRPrintImage image, JRExporterGridCell gridCell)
           
protected  void JExcelApiExporter.exportImage(JRPrintImage element, JRExporterGridCell gridCell, int col, int row, int emptyCols)
           
protected  void JRXlsExporter.exportImage(JRPrintImage element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols)
           
protected abstract  void JRXlsAbstractExporter.exportImage(JRPrintImage image, JRExporterGridCell cell, 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  void JRXlsExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected abstract  void JRXlsAbstractExporter.exportLine(JRPrintLine line, JRExporterGridCell cell, 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  void JRXlsExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected abstract  void JRXlsAbstractExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JRHtmlExporter.exportText(JRPrintText text, JRExporterGridCell gridCell)
           
 void JExcelApiExporter.exportText(JRPrintText text, JRExporterGridCell gridCell, int col, int row)
           
 void JRXlsExporter.exportText(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected abstract  void JRXlsAbstractExporter.exportText(JRPrintText text, JRExporterGridCell cell, 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 JExcelApiExporter.setCell(JRExporterGridCell gridCell, int x, int y)
           
protected  void JRXlsExporter.setCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected abstract  void JRXlsAbstractExporter.setCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
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)
           
JExcelApiExporter.StyleInfo(Pattern mode, Colour backcolor, int horizontalAlignment, int verticalAlignment, int rotation, WritableFont font, JRExporterGridCell gridCell, boolean wrapText)
           
JRXlsExporter.BoxStyle(JRExporterGridCell gridCell)
           
JRXlsExporter.StyleInfo(short mode, short backcolor, short horizontalAlignment, short verticalAlignment, short rotation, HSSFFont font, JRExporterGridCell gridCell)
           
JRXlsExporter.StyleInfo(short mode, short backcolor, short horizontalAlignment, short verticalAlignment, short rotation, HSSFFont font, JRExporterGridCell gridCell, boolean wrapText)
           
OccupiedGridCell(JRExporterGridCell occupier)
           
 

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

Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRExporterGridCell
 void GenericElementOdsHandler.exportElement(JROdsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)
          Exports a generic element.
 void GenericElementOdtHandler.exportElement(JROdtExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)
          Exports a generic element.
protected  void JROdtExporter.exportEllipse(TableBuilder tableBuilder, JRPrintEllipse ellipse, JRExporterGridCell gridCell)
           
protected  void JROdsExporter.exportEllipse(TableBuilder tableBuilder, JRPrintEllipse ellipse, JRExporterGridCell gridCell)
           
protected abstract  void JROpenDocumentExporter.exportEllipse(TableBuilder tableBuilder, JRPrintEllipse ellipse, JRExporterGridCell gridCell)
           
protected  void JROpenDocumentExporter.exportFrame(TableBuilder tableBuilder, JRPrintFrame frame, JRExporterGridCell gridCell)
           
protected  void JROdtExporter.exportGenericElement(TableBuilder tableBuilder, JRGenericPrintElement element, JRExporterGridCell gridCell)
           
protected  void JROdsExporter.exportGenericElement(TableBuilder tableBuilder, JRGenericPrintElement element, JRExporterGridCell gridCell)
           
protected abstract  void JROpenDocumentExporter.exportGenericElement(TableBuilder tableBuilder, JRGenericPrintElement element, JRExporterGridCell gridCell)
           
protected  void JROdtExporter.exportImage(TableBuilder tableBuilder, JRPrintImage image, JRExporterGridCell gridCell)
           
protected  void JROdsExporter.exportImage(TableBuilder tableBuilder, JRPrintImage image, JRExporterGridCell gridCell)
           
protected abstract  void JROpenDocumentExporter.exportImage(TableBuilder tableBuilder, JRPrintImage image, JRExporterGridCell gridCell)
           
protected  void JROdtExporter.exportLine(TableBuilder tableBuilder, JRPrintLine line, JRExporterGridCell gridCell)
           
protected  void JROdsExporter.exportLine(TableBuilder tableBuilder, JRPrintLine line, JRExporterGridCell gridCell)
           
protected abstract  void JROpenDocumentExporter.exportLine(TableBuilder tableBuilder, JRPrintLine line, JRExporterGridCell gridCell)
           
protected  void JROpenDocumentExporter.exportRectangle(TableBuilder tableBuilder, JRPrintRectangle rectangle, JRExporterGridCell gridCell)
           
 void JROpenDocumentExporter.exportText(TableBuilder tableBuilder, JRPrintText text, JRExporterGridCell gridCell)
           
 java.lang.String StyleCache.getCellStyle(JRExporterGridCell gridCell)
           
protected  JRPrintElementIndex JROpenDocumentExporter.getElementIndex(JRExporterGridCell gridCell)
           
protected  java.lang.String JROpenDocumentExporter.getImagePath(JRRenderable renderer, boolean isLazy, JRExporterGridCell gridCell)
           
 

Constructors in net.sf.jasperreports.engine.export.oasis with parameters of type JRExporterGridCell
CellStyle(java.io.Writer styleWriter, JRExporterGridCell gridCell)
           
 

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

Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRExporterGridCell
protected  void JRXlsxExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
 void GenericElementDocxHandler.exportElement(JRDocxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)
          Exports a generic element.
 void GenericElementXlsxHandler.exportElement(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex)
          Exports a generic element.
protected  void JRDocxExporter.exportEllipse(DocxTableHelper tableHelper, JRPrintEllipse ellipse, JRExporterGridCell gridCell)
           
 void DocxTableHelper.exportEmptyCell(JRExporterGridCell gridCell, int emptyCellColSpan)
           
protected  void JRDocxExporter.exportFrame(DocxTableHelper tableHelper, JRPrintFrame frame, JRExporterGridCell gridCell)
          In deep grids, this is called only for empty frames.
protected  void JRXlsxExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  void JRDocxExporter.exportGenericElement(DocxTableHelper tableHelper, JRGenericPrintElement element, JRExporterGridCell gridCell)
           
protected  void JRXlsxExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols)
           
 void XlsxCellHelper.exportHeader(JRExporterGridCell gridCell, int rowIndex, int colIndex)
          public XlsxBorderHelper getBorderHelper() { return borderHelper; } /**
 void DocxCellHelper.exportHeader(JRPrintElement element, JRExporterGridCell gridCell)
           
protected  void JRDocxExporter.exportImage(DocxTableHelper tableHelper, JRPrintImage image, JRExporterGridCell gridCell)
           
protected  void JRXlsxExporter.exportImage(JRPrintImage image, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols)
           
protected  void JRDocxExporter.exportLine(DocxTableHelper tableHelper, JRPrintLine line, JRExporterGridCell gridCell)
           
protected  void JRXlsxExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
 void DocxTableHelper.exportOccupiedCells(JRExporterGridCell gridCell)
           
 void DocxCellHelper.exportProps(JRExporterGridCell gridCell)
           
 void DocxCellHelper.exportProps(JRPrintElement element, JRExporterGridCell gridCell)
           
protected  void JRDocxExporter.exportRectangle(DocxTableHelper tableHelper, JRPrintRectangle rectangle, JRExporterGridCell gridCell)
           
protected  void JRXlsxExporter.exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
 void JRDocxExporter.exportText(DocxTableHelper tableHelper, JRPrintText text, JRExporterGridCell gridCell)
           
 void JRXlsxExporter.exportText(JRPrintText text, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
 int XlsxBorderHelper.getBorder(JRExporterGridCell gridCell)
           
 int XlsxStyleHelper.getCellStyle(JRExporterGridCell gridCell)
           
protected  JRPrintElementIndex JRDocxExporter.getElementIndex(JRExporterGridCell gridCell)
           
protected  JRPrintElementIndex JRXlsxExporter.getElementIndex(JRExporterGridCell gridCell)
           
 int XlsxFontHelper.getFont(JRExporterGridCell gridCell)
           
protected  java.lang.String JRDocxExporter.getImagePath(JRRenderable renderer, boolean isLazy, JRExporterGridCell gridCell)
           
protected  java.lang.String JRXlsxExporter.getImagePath(JRRenderable renderer, boolean isLazy, JRExporterGridCell gridCell)
           
protected  void JRXlsxExporter.setCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
 

Constructors in net.sf.jasperreports.engine.export.ooxml with parameters of type JRExporterGridCell
XlsxFontInfo(JRExporterGridCell gridCell)
           
XlsxStyleInfo(int fontIndex, int borderIndex, JRExporterGridCell gridCell)
           
 

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

Methods in net.sf.jasperreports.engine.export.xmlss with parameters of type JRExporterGridCell
protected  void JRXmlssExporter.exportFrame(XmlssTableBuilder tableBuilder, JRPrintFrame frame, JRExporterGridCell gridCell)
           
protected  void JRXmlssExporter.exportText(XmlssTableBuilder tableBuilder, JRPrintText text, JRExporterGridCell gridCell)
           
protected  JRPrintElementIndex JRXmlssExporter.getElementIndex(JRExporterGridCell gridCell)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com