|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JRCrosstabColumnGroup
Crosstab column group interface.
| Method Summary | |
|---|---|
int |
getHeight()
Returns the height of the group headers. |
CrosstabColumnPositionEnum |
getPositionValue()
Returns the position of the header contents for header stretching. |
| Methods inherited from interface net.sf.jasperreports.crosstabs.JRCrosstabGroup |
|---|
getBucket, getHeader, getName, getTotalHeader, getTotalPositionValue, getVariable, hasTotal |
| Methods inherited from interface net.sf.jasperreports.engine.JRCloneable |
|---|
clone |
| Method Detail |
|---|
int getHeight()
JRCrosstabGroup.getHeader(),
JRCrosstabGroup.getTotalHeader()CrosstabColumnPositionEnum getPositionValue()
The column group headers stretch horizontally when there are multiple sub group entries. The header contents will be adjusted to the new width depending on this attribute:
CrosstabColumnPositionEnum.LEFT - the contents will be rendered on the left side of the headerCrosstabColumnPositionEnum.CENTER - the contents will be rendered on the center of the headerCrosstabColumnPositionEnum.RIGHT - the contents will be rendered on the right side of the headerCrosstabColumnPositionEnum.STRETCH - the contents will be proportionally stretched to the new header size
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||