Package | Description |
---|---|
net.sf.jasperreports.crosstabs.fill.calculation |
Contains classes to be used in crosstab calculations at report filling time.
|
net.sf.jasperreports.engine.analytics.dataset | |
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
Modifier and Type | Field and Description |
---|---|
protected BucketingServiceContext |
BucketingService.serviceContext |
Modifier and Type | Method and Description |
---|---|
BucketingServiceContext |
CrosstabBucketingService.getServiceContext() |
BucketingServiceContext |
BucketingData.getServiceContext() |
Constructor and Description |
---|
BucketingService(BucketingServiceContext serviceContext,
java.util.List<BucketDefinition> rowBuckets,
java.util.List<BucketDefinition> columnBuckets,
java.util.List<MeasureDefinition> measures,
boolean sorted,
boolean[][] retrieveTotal)
Creates a crosstab bucketing engine.
|
CrosstabBucketingService(BucketingServiceContext serviceContext,
java.util.List<BucketDefinition> rowBuckets,
java.util.List<BucketDefinition> columnBuckets,
java.util.List<MeasureDefinition> measures,
boolean sorted,
boolean[][] retrieveTotal) |
Modifier and Type | Class and Description |
---|---|
protected static class |
MultiAxisDataService.ServiceContext |
Modifier and Type | Class and Description |
---|---|
class |
JRFillCrosstab
Fill-time implementation of a
crosstab . |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com