Package | Description |
---|---|
net.sf.jasperreports.crosstabs | |
net.sf.jasperreports.crosstabs.base | |
net.sf.jasperreports.crosstabs.design | |
net.sf.jasperreports.crosstabs.fill | |
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 |
Utility classes.
|
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 java.util.List<JRCrosstabCell> |
JRDesignCrosstab.cellsList |
protected java.util.Map<Pair,JRCrosstabCell> |
JRDesignCrosstab.cellsMap |
Modifier and Type | Method and Description |
---|---|
JRCrosstabCell[][] |
JRDesignCrosstab.getCells() |
JRCrosstabCell |
JRDesignCrosstab.removeCell(JRCrosstabCell cell)
Removes a data cell.
|
JRCrosstabCell |
JRDesignCrosstab.removeCell(java.lang.String rowTotalGroup,
java.lang.String columnTotalGroup)
Removes a data cell.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JRCrosstabCell> |
JRDesignCrosstab.getCellsList()
Returns the data cells list.
|
java.util.Map<Pair,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,
java.lang.String cellName) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlWriter.writeCrosstabCell(JRCrosstabCell cell) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com