net.sf.jasperreports.crosstabs.base
Class JRBaseCrosstabColumnGroup
java.lang.Object
net.sf.jasperreports.crosstabs.base.JRBaseCrosstabGroup
net.sf.jasperreports.crosstabs.base.JRBaseCrosstabColumnGroup
- All Implemented Interfaces:
- Serializable, Cloneable, JRCrosstabColumnGroup, JRCrosstabGroup, JRCloneable
public class JRBaseCrosstabColumnGroup
- extends JRBaseCrosstabGroup
- implements JRCrosstabColumnGroup
Base read-only implementation of crosstab column groups.
- Version:
- $Id: JRBaseCrosstabColumnGroup.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
height
protected int height
positionValue
protected CrosstabColumnPositionEnum positionValue
JRBaseCrosstabColumnGroup
public JRBaseCrosstabColumnGroup(JRCrosstabColumnGroup group,
JRBaseObjectFactory factory)
getPositionValue
public CrosstabColumnPositionEnum getPositionValue()
- Description copied from interface:
JRCrosstabColumnGroup
- 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:
- Specified by:
getPositionValue in interface JRCrosstabColumnGroup
- Returns:
- the position of the header contents for header stretching
getHeight
public int getHeight()
- Description copied from interface:
JRCrosstabColumnGroup
- Returns the height of the group headers.
- Specified by:
getHeight in interface JRCrosstabColumnGroup
- Returns:
- the height of the group headers
- See Also:
JRCrosstabGroup.getHeader(),
JRCrosstabGroup.getTotalHeader()
Copyright © 2012. All Rights Reserved.