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

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

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

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 JRXlsAbstractMetadataExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  void JExcelApiExporter.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, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
           
protected  void JRXlsExporter.createTextCell(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex, JRStyledText styledText, net.sf.jasperreports.engine.export.StyleInfo baseStyle, short forecolor)
           
 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 JRHtmlExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell)
           
protected  void JRXlsAbstractMetadataExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int x, int y)
           
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 JRHtmlExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int rowHeight)
           
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.exportImage(JRPrintImage image, JRExporterGridCell gridCell)
           
 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  void JRHtmlExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell)
           
protected  void JRXlsAbstractMetadataExporter.exportLine(JRPrintLine line, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
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 JRHtmlExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell gridCell)
           
protected  void JRXlsAbstractMetadataExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
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 JRHtmlExporter.exportText(JRPrintText text, JRExporterGridCell gridCell)
           
protected  void JRXlsAbstractMetadataExporter.exportText(JRPrintText text, JRExporterGridCell cell, int colIndex, int rowIndex)
           
 void JRXlsExporter.exportText(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
 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  java.lang.String JRHtmlExporter.getCellTag(JRExporterGridCell gridCell)
           
protected  JRPrintElementIndex JRHtmlExporter.getElementIndex(JRExporterGridCell gridCell)
           
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  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, boolean isCellLocked, boolean isCellHidden)
           
static int JRGridLayout.getRowHeight(JRExporterGridCell[] row)
           
protected  org.apache.poi.hssf.usermodel.HSSFCellStyle JRXlsExporter.initCreateCell(JRExporterGridCell gridCell, int colIndex, int rowIndex, net.sf.jasperreports.engine.export.StyleInfo baseStyle)
           
protected  void JRXlsAbstractMetadataExporter.setCell(JRExporterGridCell gridCell, int x, int y)
           
protected  void JRXlsExporter.setCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  void JExcelApiExporter.setCell(JRExporterGridCell gridCell, int x, int y)
           
protected abstract  void JRXlsAbstractExporter.setCell(JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected  void JRHtmlExporter.writeCellEnd(JRExporterGridCell gridCell)
           
protected  void JRHtmlExporter.writeCellStart(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(jxl.format.Pattern mode, jxl.format.Colour backcolor, int horizontalAlignment, int verticalAlignment, int rotation, jxl.write.WritableFont font, JRExporterGridCell gridCell)
           
JExcelApiExporter.StyleInfo(jxl.format.Pattern mode, jxl.format.Colour backcolor, int horizontalAlignment, int verticalAlignment, int rotation, jxl.write.WritableFont font, JRExporterGridCell gridCell, boolean wrapText)
           
JExcelApiExporter.StyleInfo(jxl.format.Pattern mode, jxl.format.Colour backcolor, int horizontalAlignment, int verticalAlignment, int rotation, jxl.write.WritableFont font, JRExporterGridCell gridCell, boolean wrapText, boolean cellLocked)
           
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)
           
 void JROdtExporter.exportImage(TableBuilder tableBuilder, JRPrintImage image, JRExporterGridCell gridCell)
           
 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(Renderable 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, int yCutsRow, JRGridLayout layout)
           
 void XlsxCellHelper.exportHeader(JRExporterGridCell gridCell, int rowIndex, int colIndex)
          public XlsxBorderHelper getBorderHelper() { return borderHelper; } /**
 void XlsxCellHelper.exportHeader(JRExporterGridCell gridCell, int rowIndex, int colIndex, TextValue textValue, java.lang.String pattern, java.util.Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked)
           
 void DocxCellHelper.exportHeader(JRPrintElement element, JRExporterGridCell gridCell)
           
 void JRDocxExporter.exportImage(DocxTableHelper tableHelper, JRPrintImage image, JRExporterGridCell gridCell)
           
 void JRXlsxExporter.exportImage(JRPrintImage image, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
           
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, java.lang.String pattern, java.util.Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked)
           
protected  JRPrintElementIndex JRXlsxExporter.getElementIndex(JRExporterGridCell gridCell)
           
protected  JRPrintElementIndex JRDocxExporter.getElementIndex(JRExporterGridCell gridCell)
           
 int XlsxFontHelper.getFont(JRExporterGridCell gridCell, java.util.Locale locale)
           
protected  java.lang.String JRXlsxExporter.getImagePath(Renderable renderer, boolean isLazy, JRExporterGridCell gridCell)
           
 java.lang.String JRDocxExporter.getImagePath(Renderable 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, java.lang.String fontName)
           
XlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, JRExporterGridCell gridCell, boolean isWrapText, boolean isHidden, boolean isLocked)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com