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 3498 2010-03-03 14:24:19Z teodord $
Author:
Lucian Chirita ([email protected])

Method Summary
 int getHeight()
          Returns the height of the group headers.
 byte getPosition()
          Deprecated. Replaced by getPositionValue().
 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, getTotalPosition, 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()

getPosition

byte getPosition()
Deprecated. Replaced by getPositionValue().


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


Copyright © 2011. All Rights Reserved.