Package | Description |
---|---|
net.sf.jasperreports.crosstabs |
Contains classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.base |
Contains base classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.design |
Contains design classes for the Crosstab report element.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
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 | Method and Description |
---|---|
JRCrosstabDataset |
JRCrosstab.getDataset()
Returns the input dataset of the crosstab.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseCrosstabDataset
Base implementation of crosstab input dataset.
|
Modifier and Type | Field and Description |
---|---|
protected JRCrosstabDataset |
JRBaseCrosstab.dataset |
Modifier and Type | Method and Description |
---|---|
JRCrosstabDataset |
JRBaseCrosstab.getDataset() |
Constructor and Description |
---|
JRBaseCrosstabDataset(JRCrosstabDataset dataset,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignCrosstabDataset
Input crosstab dataset implementation to be used at design time.
|
Modifier and Type | Method and Description |
---|---|
JRCrosstabDataset |
JRDesignCrosstab.getDataset() |
Modifier and Type | Method and Description |
---|---|
JRBaseCrosstabDataset |
JRBaseObjectFactory.getCrosstabDataset(JRCrosstabDataset crosstabDataset) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillCrosstab.JRFillCrosstabDataset
Fill-time crosstab input dataset implementation.
|
Modifier and Type | Method and Description |
---|---|
JRCrosstabDataset |
JRFillCrosstab.getDataset() |
Modifier and Type | Method and Description |
---|---|
JRFillCrosstab.JRFillCrosstabDataset |
JRFillObjectFactory.getCrosstabDataset(JRCrosstabDataset dataset,
JRFillCrosstab fillCrosstab) |
Constructor and Description |
---|
JRFillCrosstabDataset(JRCrosstabDataset dataset,
JRFillObjectFactory factory) |
Copyright © 2017. All rights reserved.