Class JRFillCrosstabColumnGroup
java.lang.Object
net.sf.jasperreports.crosstabs.fill.JRFillCrosstabGroup
net.sf.jasperreports.crosstabs.fill.JRFillCrosstabColumnGroup
- All Implemented Interfaces:
Cloneable,JRCrosstabColumnGroup,JRCrosstabGroup,JRCloneable
Crosstab column group implementation used at fill time.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Field Summary
FieldsFields inherited from class net.sf.jasperreports.crosstabs.fill.JRFillCrosstabGroup
header, parentGroup, totalHeader, variable -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the crosstab header cell of the column group.intReturns the height of the group headers.Returns the position of the header contents for header stretching.Methods inherited from class net.sf.jasperreports.crosstabs.fill.JRFillCrosstabGroup
clone, getBucket, getFillHeader, getFillTotalHeader, getFillVariable, getHeader, getMergeHeaderCells, getName, getTotalHeader, getTotalPosition, getVariable, hasTotalMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.engine.JRCloneable
cloneMethods inherited from interface net.sf.jasperreports.crosstabs.JRCrosstabGroup
getBucket, getHeader, getMergeHeaderCells, getName, getTotalHeader, getTotalPosition, getVariable, hasTotal
-
Field Details
-
crosstabHeader
-
-
Constructor Details
-
JRFillCrosstabColumnGroup
-
-
Method Details
-
getPosition
Description copied from interface:JRCrosstabColumnGroupReturns 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:
CrosstabColumnPositionEnum.LEFT- the contents will be rendered on the left side of the headerCrosstabColumnPositionEnum.CENTER- the contents will be rendered on the center of the headerCrosstabColumnPositionEnum.RIGHT- the contents will be rendered on the right side of the headerCrosstabColumnPositionEnum.STRETCH- the contents will be proportionally stretched to the new header size
- Specified by:
getPositionin interfaceJRCrosstabColumnGroup- Returns:
- the position of the header contents for header stretching
-
getHeight
public int getHeight()Description copied from interface:JRCrosstabColumnGroupReturns the height of the group headers.- Specified by:
getHeightin interfaceJRCrosstabColumnGroup- Returns:
- the height of the group headers
- See Also:
-
getCrosstabHeader
Description copied from interface:JRCrosstabColumnGroupReturns the crosstab header cell of the column group.The cell will be rendered at the left of the corresponding row of column headers, potentially overlapping
the crosstab header cell.The width of the cell is the total width of row group headers, and the height is the height of the corresponding column header.
- Specified by:
getCrosstabHeaderin interfaceJRCrosstabColumnGroup- Returns:
- the crosstab header cell of the column group, or
nullif no header cell is present - See Also:
-
getFillCrosstabHeader
-