| java.lang.Object net.sf.jasperreports.crosstabs.fill.calculation.HeaderCell
HeaderCell | public class HeaderCell (Code) | | Crosstab header cell produced by the crosstab bucketing engine.
author: Lucian Chirita (lucianc@users.sourceforge.net) version: $Id: HeaderCell.java 1229 2006-04-19 10:27:35Z teodord $ |
HeaderCell | public HeaderCell(BucketDefinition.Bucket[] bucketValues, int levelSpan, int depthSpan)(Code) | | Creates a crosstab header cell.
Parameters: bucketValues - the bucket values for the cell Parameters: levelSpan - the span across cells on the same level (bucket) Parameters: depthSpan - the span across cells on subsequent levels (buckets) |
getDepthSpan | public int getDepthSpan()(Code) | | Returns the span across cells on subsequent levels (buckets).
This is used for total headers.
the span across cells on subsequent levels (buckets) |
getLevelSpan | public int getLevelSpan()(Code) | | Returns the span across cells on the same level (bucket).
This is used for headers of buckets having sub-buckets.
the span across cells on the same level (bucket) |
isTotal | public boolean isTotal()(Code) | | Returns whether this header is a total header.
whether this header is a total header |
|
|