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 2006 2007-12-05 14:28:33Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
static JRExporterGridCell OCCUPIED_CELL
           
 
Constructor Summary
JRExporterGridCell(ElementWrapper wrapper, int width, int height, int colSpan, int rowSpan)
           
 
Method Summary
 java.awt.Color getBackcolor()
           
 JRLineBox getBox()
           
 java.awt.Color getCellBackcolor()
           
 int getColSpan()
           
 JRPrintElement getElement()
           
 java.awt.Color getForecolor()
           
 int getHeight()
           
 JRGridLayout getLayout()
           
 int getRowSpan()
           
 int getWidth()
           
 ElementWrapper getWrapper()
           
 boolean isEmpty()
           
 void setBackcolor(java.awt.Color backcolor)
           
 void setBox(JRLineBox box)
           
 void setColSpan(int colSpan)
           
 void setForecolor(java.awt.Color forecolor)
           
 void setLayout(JRGridLayout layout)
           
 void setWidth(int width)
           
 
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
Constructor Detail

JRExporterGridCell

public JRExporterGridCell(ElementWrapper wrapper,
                          int width,
                          int height,
                          int colSpan,
                          int rowSpan)
Method Detail

getWrapper

public ElementWrapper getWrapper()

getElement

public JRPrintElement getElement()

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getHeight

public int getHeight()

getColSpan

public int getColSpan()

setColSpan

public void setColSpan(int colSpan)

getRowSpan

public int getRowSpan()

getLayout

public JRGridLayout getLayout()

setLayout

public void setLayout(JRGridLayout layout)

getBackcolor

public java.awt.Color getBackcolor()

setBackcolor

public void setBackcolor(java.awt.Color backcolor)

getBox

public JRLineBox getBox()

setBox

public void setBox(JRLineBox box)

getForecolor

public java.awt.Color getForecolor()

setForecolor

public void setForecolor(java.awt.Color forecolor)

getCellBackcolor

public java.awt.Color getCellBackcolor()

isEmpty

public boolean isEmpty()


© 2001-2006 JasperSoft Corporation www.jaspersoft.com