net.sf.jasperreports.crosstabs
Interface JRCrosstabColumnGroup

All Superinterfaces:
JRCrosstabGroup
All Known Implementing Classes:
JRBaseCrosstabColumnGroup, JRDesignCrosstabColumnGroup, JRFillCrosstabColumnGroup

public interface JRCrosstabColumnGroup
extends JRCrosstabGroup

Crosstab column group interface.

Version:
$Id: JRCrosstabColumnGroup.java,v 1.2 2005/11/28 09:20:43 teodord Exp $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

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

getHeight

public int getHeight()
Returns the height of the group headers.

Returns:
the height of the group headers
See Also:
JRCrosstabGroup.getHeader(), JRCrosstabGroup.getTotalHeader()

getPosition

public byte getPosition()
Returns the position of the header contents for header stretching.

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:

Returns:
the position of the header contents for header stretching


© 2001-2005 JasperSoft Corporation www.jaspersoft.com