net.sf.jasperreports.crosstabs
Interface JRCrosstabColumnGroup

All Superinterfaces:
java.lang.Cloneable, JRCloneable, JRCrosstabGroup
All Known Implementing Classes:
JRBaseCrosstabColumnGroup, JRDesignCrosstabColumnGroup, JRFillCrosstabColumnGroup

public interface JRCrosstabColumnGroup
extends JRCrosstabGroup

Crosstab column group interface.

Version:
$Id: JRCrosstabColumnGroup.java 3032 2009-08-27 11:32:28Z teodord $
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
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

getHeight

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

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

getPosition

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-2009 Jaspersoft Corporation www.jaspersoft.com