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 1229 2006-04-19 13:27:35 +0300 (Wed, 19 Apr 2006) teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
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. Replaced by JRExporterGridCell(JRPrintElement, Integer[], int, int, int, int) . |
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
backcolor
protected java.awt.Color backcolor
forecolor
protected java.awt.Color forecolor
box
protected JRBox box
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. Replaced by
JRExporterGridCell(JRPrintElement, Integer[], int, int, int, int)
.
JRExporterGridCell
public JRExporterGridCell(JRPrintElement element,
java.lang.Integer[] elementIndex,
int width,
int height,
int colSpan,
int rowSpan)
getBackcolor
public java.awt.Color getBackcolor()
setBackcolor
public void setBackcolor(java.awt.Color backcolor)
getBox
public JRBox getBox()
setBox
public void setBox(JRBox box)
getForecolor
public java.awt.Color getForecolor()
setForecolor
public void setForecolor(java.awt.Color forecolor)
© 2001-2006 JasperSoft Corporation www.jaspersoft.com