net.sf.jasperreports.engine.export
Class JRExporterGridCell

java.lang.Object
  extended by 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)

Field Summary
protected  java.awt.Color backcolor
           
protected  JRBox box
           
 int colSpan
           
 JRPrintElement element
           
 java.lang.Integer[] elementIndex
           
protected  java.awt.Color forecolor
           
 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. Replaced by JRExporterGridCell(JRPrintElement, Integer[], int, int, int, int).
 
Method Summary
 java.awt.Color getBackcolor()
           
 JRBox getBox()
           
 java.awt.Color getForecolor()
           
 void setBackcolor(java.awt.Color backcolor)
           
 void setBox(JRBox box)
           
 void setForecolor(java.awt.Color forecolor)
           
 
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

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
Constructor Detail

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)
Method Detail

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