public abstract class JRExporterGridCell
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static byte |
TYPE_ELEMENT_CELL |
static byte |
TYPE_EMPTY_CELL |
static byte |
TYPE_OCCUPIED_CELL |
Modifier | Constructor and Description |
---|---|
|
JRExporterGridCell() |
protected |
JRExporterGridCell(GridCellStyle style) |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getBackcolor() |
JRLineBox |
getBox() |
java.awt.Color |
getCellBackcolor() |
int |
getColSpan() |
abstract JRPrintElement |
getElement() |
abstract java.lang.String |
getElementAddress() |
java.awt.Color |
getForecolor() |
int |
getHeight() |
abstract java.lang.String |
getProperty(java.lang.String propName) |
int |
getRowSpan() |
abstract GridCellSize |
getSize() |
GridCellStyle |
getStyle() |
abstract byte |
getType() |
int |
getWidth() |
void |
setBox(JRLineBox box) |
void |
setStyle(GridCellStyle style) |
public static final byte TYPE_EMPTY_CELL
public static final byte TYPE_OCCUPIED_CELL
public static final byte TYPE_ELEMENT_CELL
public JRExporterGridCell()
protected JRExporterGridCell(GridCellStyle style)
public abstract GridCellSize getSize()
public int getWidth()
public int getHeight()
public int getColSpan()
public int getRowSpan()
public GridCellStyle getStyle()
public void setStyle(GridCellStyle style)
public java.awt.Color getBackcolor()
public JRLineBox getBox()
public void setBox(JRLineBox box)
public java.awt.Color getForecolor()
public java.awt.Color getCellBackcolor()
public abstract byte getType()
public abstract JRPrintElement getElement()
public abstract java.lang.String getElementAddress()
public abstract java.lang.String getProperty(java.lang.String propName)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com