|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Crosstab data cell interface.
JRCrosstab.getCells()
Method Summary | |
java.lang.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. |
java.lang.Integer |
getHeight()
Returns the height of the cell. |
java.lang.String |
getRowTotalGroup()
Returns the name of the row group if the crosstab cell corresponds to a total row and null otherwise. |
java.lang.Integer |
getWidth()
Returns the width of the cell. |
Method Detail |
public java.lang.Integer getWidth()
The width of the cell can be unspecified.
The width used for the cell is computed base on the rules described
here
.
public java.lang.Integer getHeight()
The height of the cell can be unspecified.
The height used for the cell is computed base on the rules described
here
.
public java.lang.String getRowTotalGroup()
null
otherwise.
public java.lang.String getColumnTotalGroup()
null
otherwise.
public JRCellContents getContents()
Should never return null, but empty cell contents instead.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |