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.crosstabs.fill |
Contains classes to be used at report filling time 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).
|
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
JRCrosstabCell[][] |
JRCrosstab.getCells()
Returns the data cell matrix.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseCrosstabCell
Base read-only implementation of
JRCrosstabCell . |
Modifier and Type | Field and Description |
---|---|
protected JRCrosstabCell[][] |
JRBaseCrosstab.cells |
Modifier and Type | Method and Description |
---|---|
JRCrosstabCell[][] |
JRBaseCrosstab.getCells() |
Constructor and Description |
---|
JRBaseCrosstabCell(JRCrosstabCell crosstabCell,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignCrosstabCell
Implementation of
JRCrosstabCell to be used
for report design. |
Modifier and Type | Field and Description |
---|---|
protected List<JRCrosstabCell> |
JRDesignCrosstab.cellsList |
protected Map<Pair<String,String>,JRCrosstabCell> |
JRDesignCrosstab.cellsMap |
Modifier and Type | Method and Description |
---|---|
JRCrosstabCell[][] |
JRDesignCrosstab.getCells() |
JRCrosstabCell |
JRDesignCrosstab.removeCell(JRCrosstabCell cell)
Removes a data cell.
|
JRCrosstabCell |
JRDesignCrosstab.removeCell(String rowTotalGroup,
String columnTotalGroup)
Removes a data cell.
|
Modifier and Type | Method and Description |
---|---|
List<JRCrosstabCell> |
JRDesignCrosstab.getCellsList()
Returns the data cells list.
|
Map<Pair<String,String>,JRCrosstabCell> |
JRDesignCrosstab.getCellsMap()
Returns the crosstab cells indexed by corresponding row total group/
column total group
pairs . |
Modifier and Type | Method and Description |
---|---|
JRCrosstabCell |
JRDesignCrosstab.removeCell(JRCrosstabCell cell)
Removes a data cell.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillCrosstabCell |
Modifier and Type | Method and Description |
---|---|
JRFillCrosstabCell |
JRFillCrosstabObjectFactory.getCrosstabCell(JRCrosstabCell cell) |
Constructor and Description |
---|
JRFillCrosstabCell(JRCrosstabCell cell,
JRFillCrosstabObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
JRCrosstabCell |
JRBaseObjectFactory.getCrosstabCell(JRCrosstabCell cell) |
Modifier and Type | Method and Description |
---|---|
JRCrosstabCell |
JRBaseObjectFactory.getCrosstabCell(JRCrosstabCell cell) |
Modifier and Type | Method and Description |
---|---|
JRCrosstabCell[][] |
JRFillCrosstab.getCells() |
Modifier and Type | Method and Description |
---|---|
protected void |
JRApiWriter.writeCrosstabCell(JRCrosstabCell cell,
String cellName) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlWriter.writeCrosstabCell(JRCrosstabCell cell) |
Copyright © 2016. All rights reserved.