public interface JRCrosstabCell extends JRCloneable
JRCrosstab.getCells()
Modifier and Type | Method and Description |
---|---|
String |
getColumnTotalGroup()
Returns the name of the column group if the crosstab cell corresponds to a total column
and
null otherwise. |
JRCellContents |
getContents()
Returns the cell contents.
|
Integer |
getHeight()
Returns the height of the cell.
|
String |
getRowTotalGroup()
Returns the name of the row group if the crosstab cell corresponds to a total row
and
null otherwise. |
Integer |
getWidth()
Returns the width of the cell.
|
clone
Integer getWidth()
The width of the cell can be unspecified.
The width used for the cell is computed base on the rules described
here
.
Integer getHeight()
The height of the cell can be unspecified.
The height used for the cell is computed base on the rules described
here
.
String getRowTotalGroup()
null
otherwise.String getColumnTotalGroup()
null
otherwise.JRCellContents getContents()
Should never return null, but empty cell contents instead.
Copyright © 2017. All rights reserved.