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 |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
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 |
---|---|
JRCellContents |
CrosstabColumnCell.getCellContents() |
JRCellContents |
JRCrosstabCell.getContents()
Returns the cell contents.
|
JRCellContents |
JRCrosstabColumnGroup.getCrosstabHeader()
Returns the crosstab header cell of the column group.
|
JRCellContents |
JRCrosstabGroup.getHeader()
Returns the group header cell.
|
JRCellContents |
JRCrosstab.getHeaderCell()
Returns a cell which will be rendered at the upper-left corner of the crosstab.
|
JRCellContents |
JRCrosstabGroup.getTotalHeader()
Returns the group total header cell.
|
JRCellContents |
JRCrosstab.getWhenNoDataCell()
Returns a cell which will be rendered when no data was fed to the crosstab.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CrosstabDeepVisitor.visitCrosstabCell(JRCellContents cell) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseCellContents
Base read-only implementation of
JRCellContents . |
Modifier and Type | Field and Description |
---|---|
protected JRCellContents |
BaseCrosstabColumnCell.cellContents |
protected JRCellContents |
JRBaseCrosstabCell.contents |
protected JRCellContents |
JRBaseCrosstabColumnGroup.crosstabHeader |
protected JRCellContents |
JRBaseCrosstabGroup.header |
protected JRCellContents |
JRBaseCrosstab.headerCell |
protected JRCellContents |
JRBaseCrosstabGroup.totalHeader |
protected JRCellContents |
JRBaseCrosstab.whenNoDataCell |
Modifier and Type | Method and Description |
---|---|
JRCellContents |
BaseCrosstabColumnCell.getCellContents() |
JRCellContents |
JRBaseCrosstabCell.getContents() |
JRCellContents |
JRBaseCrosstabColumnGroup.getCrosstabHeader() |
JRCellContents |
JRBaseCrosstabGroup.getHeader() |
JRCellContents |
JRBaseCrosstab.getHeaderCell() |
JRCellContents |
JRBaseCrosstabGroup.getTotalHeader() |
JRCellContents |
JRBaseCrosstab.getWhenNoDataCell() |
Constructor and Description |
---|
JRBaseCellContents(JRCellContents cell,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignCellContents
Implementation of
JRCellContents used for
report design. |
Modifier and Type | Field and Description |
---|---|
protected JRCellContents |
JRDesignCrosstabColumnGroup.crosstabHeader |
Modifier and Type | Method and Description |
---|---|
JRCellContents |
JRDesignCrosstabColumnGroup.getCrosstabHeader() |
JRCellContents |
JRDesignCrosstab.getHeaderCell() |
JRCellContents |
JRDesignCrosstab.getWhenNoDataCell() |
Modifier and Type | Method and Description |
---|---|
protected void |
JRDesignCrosstab.setCellOrigin(JRCellContents cell,
JRCrosstabOrigin origin) |
protected void |
JRDesignCrosstabGroup.setCellOrigin(JRCellContents cell,
JRCrosstabOrigin origin) |
Modifier and Type | Method and Description |
---|---|
JRCellContents |
JRFillCrosstabCell.getContents() |
JRCellContents |
JRFillCrosstabColumnGroup.getCrosstabHeader() |
JRCellContents |
JRFillCrosstabGroup.getHeader() |
JRCellContents |
JRFillCrosstabGroup.getTotalHeader() |
Modifier and Type | Method and Description |
---|---|
JRFillCellContents |
JRFillCrosstabObjectFactory.getCell(JRCellContents cell,
String cellType) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRExpressionCollector.collect(JRCellContents cell) |
Modifier and Type | Method and Description |
---|---|
JRBaseCellContents |
JRBaseObjectFactory.getCell(JRCellContents cell) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillCellContents
Crosstab cell contents filler.
|
Modifier and Type | Method and Description |
---|---|
JRCellContents |
JRFillCrosstab.getHeaderCell() |
JRCellContents |
JRFillCrosstab.getWhenNoDataCell() |
Constructor and Description |
---|
JRFillCellContents(JRBaseFiller filler,
JRCellContents cell,
String cellType,
JRFillCrosstabObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRApiWriter.writeCellContents(JRCellContents contents,
String cellName) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlWriter.writeCellContents(JRCellContents contents) |
Copyright © 2017. All rights reserved.