public abstract class JRExporterGridCell extends 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 |
---|---|
Color |
getBackcolor() |
JRLineBox |
getBox() |
Color |
getCellBackcolor() |
int |
getColSpan() |
abstract JRPrintElement |
getElement() |
abstract String |
getElementAddress() |
Color |
getForecolor() |
int |
getHeight() |
abstract String |
getProperty(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 Color getBackcolor()
public JRLineBox getBox()
public void setBox(JRLineBox box)
public Color getForecolor()
public Color getCellBackcolor()
public abstract byte getType()
public abstract JRPrintElement getElement()
public abstract String getElementAddress()
Copyright © 2017. All rights reserved.