java.lang.Object
net.sf.jasperreports.engine.export.tabulator.TableCell

public class TableCell extends Object
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Constructor Details

  • Method Details

    • 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()