Class TableCell
- java.lang.Object
-
- net.sf.jasperreports.engine.export.tabulator.TableCell
-
public class TableCell extends java.lang.Object- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTableCell.CellType
-
Constructor Summary
Constructors Constructor Description TableCell(Tabulator tabulator, TablePosition position, Cell cell, JRPrintElement element, TableCell.CellType cellType, int colSpan, int rowSpan, java.awt.Color backcolor, JRLineBox box)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ColorgetBackcolor()JRLineBoxgetBox()CellgetCell()TableCell.CellTypegetCellType()intgetColumnSpan()JRPrintElementgetElement()java.lang.StringgetElementAddress()TablePositiongetPosition()intgetRowSpan()TabulatorgetTabulator()voidsetBackcolor(java.awt.Color backcolor)voidsetBox(JRLineBox box)voidsetCellType(TableCell.CellType cellType)voidsetColumnSpan(int colSpan)voidsetRowSpan(int rowSpan)
-
-
-
Constructor Detail
-
TableCell
public TableCell(Tabulator tabulator, TablePosition position, Cell cell, JRPrintElement element, TableCell.CellType cellType, int colSpan, int rowSpan, java.awt.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 java.awt.Color getBackcolor()
-
setBackcolor
public void setBackcolor(java.awt.Color backcolor)
-
getElementAddress
public java.lang.String getElementAddress()
-
-