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 5180 2012-03-29 13:23:12Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

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

getHeight

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

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

getPositionValue

CrosstabColumnPositionEnum getPositionValue()
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-2010 Jaspersoft Corporation www.jaspersoft.com