|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Crosstab column group interface.
Method Summary | |
int |
getHeight()
Returns the height of the group headers. |
byte |
getPosition()
Returns the position of the header contents for header stretching. |
Methods inherited from interface net.sf.jasperreports.crosstabs.JRCrosstabGroup |
getBucket, getHeader, getName, getTotalHeader, getTotalPosition, getVariable, hasTotal |
Method Detail |
public int getHeight()
JRCrosstabGroup.getHeader()
,
JRCrosstabGroup.getTotalHeader()
public byte getPosition()
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:
JRCellContents.POSITION_X_LEFT
- the contents will be rendered on the left side of the headerJRCellContents.POSITION_X_CENTER
- the contents will be rendered on the center of the headerJRCellContents.POSITION_X_RIGHT
- the contents will be rendered on the right side of the headerJRCellContents.POSITION_X_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 |