net.sf.jasperreports.crosstabs.fill
Class JRFillCrosstabRowGroup
java.lang.Object
net.sf.jasperreports.crosstabs.fill.JRFillCrosstabGroup
net.sf.jasperreports.crosstabs.fill.JRFillCrosstabRowGroup
- All Implemented Interfaces:
- Cloneable, JRCrosstabGroup, JRCrosstabRowGroup, JRCloneable
public class JRFillCrosstabRowGroup
- extends JRFillCrosstabGroup
- implements JRCrosstabRowGroup
Crosstab row group implementation used at fill time.
- Version:
- $Id: JRFillCrosstabRowGroup.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
| Methods inherited from class net.sf.jasperreports.crosstabs.fill.JRFillCrosstabGroup |
clone, getBucket, getFillHeader, getFillTotalHeader, getFillVariable, getHeader, getName, getTotalHeader, getTotalPositionValue, getVariable, hasTotal |
JRFillCrosstabRowGroup
public JRFillCrosstabRowGroup(JRCrosstabRowGroup group,
JRFillCrosstabObjectFactory factory)
getPositionValue
public CrosstabRowPositionEnum getPositionValue()
- Description copied from interface:
JRCrosstabRowGroup
- Returns the position of the header contents for header stretching.
The row group headers stretch vertically when there are multiple sub group entries.
The header contents will be adjusted to the new height depending on this attribute:
- Specified by:
getPositionValue in interface JRCrosstabRowGroup
- Returns:
- the position of the header contents for header stretching
getWidth
public int getWidth()
- Description copied from interface:
JRCrosstabRowGroup
- Returns the width of the group headers.
- Specified by:
getWidth in interface JRCrosstabRowGroup
- Returns:
- the width of the group headers
- See Also:
JRCrosstabGroup.getHeader(),
JRCrosstabGroup.getTotalHeader()
Copyright © 2012. All Rights Reserved.