|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jrefinery.report.targets.table.TableCellData
Encapsulates cell information, either style information or cell data, and the cell bounds.
The cell bounds are used by the TableGridLayout
to place the cell into a
TableGrid
.
This class contains all data needed to successfully layout the table grid. The cell style information is dependent on the concrete implementation and not defined here.
Constructor Summary | |
TableCellData(java.awt.geom.Rectangle2D outerBounds)
Creates a new TableCellData object. |
Method Summary | |
java.awt.geom.Rectangle2D |
getBounds()
Gets the bounds of this table cell data. |
abstract boolean |
isBackground()
Returns true , if this cell data definition is a background definition and does
not contain cell data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TableCellData(java.awt.geom.Rectangle2D outerBounds)
TableCellData
object.
outerBounds
- the bounds (null
not permitted).Method Detail |
public java.awt.geom.Rectangle2D getBounds()
public abstract boolean isBackground()
true
, if this cell data definition is a background definition and does
not contain cell data.
true
for background cells and false
for data cells.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |