net.sf.jasperreports.engine.export
Class JRExporterGridCell
java.lang.Object
net.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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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