Class TableCell
java.lang.Object
net.sf.jasperreports.engine.export.tabulator.TableCell
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTableCell
(Tabulator tabulator, TablePosition position, Cell cell, JRPrintElement element, TableCell.CellType cellType, int colSpan, int rowSpan, Color backcolor, JRLineBox box) -
Method Summary
Modifier and TypeMethodDescriptiongetBox()
getCell()
int
int
void
setBackcolor
(Color backcolor) void
void
setCellType
(TableCell.CellType cellType) void
setColumnSpan
(int colSpan) void
setRowSpan
(int rowSpan)
-
Constructor Details
-
TableCell
public TableCell(Tabulator tabulator, TablePosition position, Cell cell, JRPrintElement element, TableCell.CellType cellType, int colSpan, int rowSpan, Color backcolor, JRLineBox box)
-
-
Method Details
-
getTabulator
-
getCell
-
getPosition
-
getElement
-
getCellType
-
setCellType
-
getColumnSpan
public int getColumnSpan() -
setColumnSpan
public void setColumnSpan(int colSpan) -
getRowSpan
public int getRowSpan() -
setRowSpan
public void setRowSpan(int rowSpan) -
getBox
-
setBox
-
getBackcolor
-
setBackcolor
-
getElementAddress
-