net.sf.jasperreports.engine.export
Class JRExporterGridCell

java.lang.Object
  extended bynet.sf.jasperreports.engine.export.JRExporterGridCell

public class JRExporterGridCell
extends java.lang.Object

Version:
$Id: JRExporterGridCell.java,v 1.8 2005/10/07 09:27:31 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
 int colSpan
           
 JRPrintElement element
           
 java.lang.Integer[] elementIndex
           
 int height
           
static JRExporterGridCell OCCUPIED_CELL
           
 int rowSpan
           
 int width
           
 
Constructor Summary
JRExporterGridCell(JRPrintElement element, java.lang.Integer[] elementIndex, int width, int height, int colSpan, int rowSpan)
           
JRExporterGridCell(JRPrintElement element, int width, int height, int colSpan, int rowSpan)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OCCUPIED_CELL

public static final JRExporterGridCell OCCUPIED_CELL

element

public JRPrintElement element

elementIndex

public java.lang.Integer[] elementIndex

width

public int width

height

public int height

colSpan

public int colSpan

rowSpan

public int rowSpan
Constructor Detail

JRExporterGridCell

public JRExporterGridCell(JRPrintElement element,
                          int width,
                          int height,
                          int colSpan,
                          int rowSpan)
Deprecated.  


JRExporterGridCell

public JRExporterGridCell(JRPrintElement element,
                          java.lang.Integer[] elementIndex,
                          int width,
                          int height,
                          int colSpan,
                          int rowSpan)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com