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