|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.crosstabs.base.JRBaseCrosstabCell
net.sf.jasperreports.crosstabs.design.JRDesignCrosstabCell
public class JRDesignCrosstabCell
Implementation of JRCrosstabCell
to be used
for report design.
Field Summary |
---|
Fields inherited from class net.sf.jasperreports.crosstabs.base.JRBaseCrosstabCell |
---|
columnTotalGroup, contents, height, rowTotalGroup, width |
Constructor Summary | |
---|---|
JRDesignCrosstabCell()
Creates a crosstab data cell. |
Method Summary | |
---|---|
void |
setColumnTotalGroup(java.lang.String columnTotalGroup)
Indicates that the cell corresponds to a total column. |
void |
setContents(JRDesignCellContents contents)
Sets the cell contents. |
void |
setHeight(java.lang.Integer height)
Sets the cell height. |
void |
setRowTotalGroup(java.lang.String rowTotalGroup)
Indicates that the cell corresponds to a total row. |
void |
setWidth(java.lang.Integer width)
Sets the cell width. |
Methods inherited from class net.sf.jasperreports.crosstabs.base.JRBaseCrosstabCell |
---|
getColumnTotalGroup, getContents, getHeight, getRowTotalGroup, getWidth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JRDesignCrosstabCell()
Method Detail |
---|
public void setColumnTotalGroup(java.lang.String columnTotalGroup)
columnTotalGroup
- the corresponding column groupJRCrosstabCell.getColumnTotalGroup()
public void setContents(JRDesignCellContents contents)
contents
- the contentsJRCrosstabCell.getContents()
public void setRowTotalGroup(java.lang.String rowTotalGroup)
rowTotalGroup
- the corresponding row groupJRCrosstabCell.getRowTotalGroup()
public void setWidth(java.lang.Integer width)
This is compulsory for base cells only.
width
- the widthJRCrosstabCell.getWidth()
public void setHeight(java.lang.Integer height)
This is compulsory for base cells only.
height
- the heightJRCrosstabCell.getHeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |