org.jfree.layouting.renderer.model.table.cells

Class DataCell

public class DataCell extends TableCell

A data-cell holds a reference to a TableCellRenderBox. It contains data and is usually found in the upper left corner of an cell.

Author: Thomas Morgner

Constructor Summary
DataCell(int rowSpan, int colSpan, Object cellRenderBox)
Method Summary
ObjectgetCellRenderBox()
StringtoString()

Constructor Detail

DataCell

public DataCell(int rowSpan, int colSpan, Object cellRenderBox)

Method Detail

getCellRenderBox

public Object getCellRenderBox()

toString

public String toString()