Package | Description |
---|---|
net.sf.jasperreports.crosstabs.fill |
Contains classes to be used at report filling time for the Crosstab report element.
|
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 JRFillCellContents |
JRFillCrosstabCell.contents |
protected JRFillCellContents |
JRFillCrosstabColumnGroup.crosstabHeader |
protected JRFillCellContents |
JRFillCrosstabGroup.header |
protected JRFillCellContents |
JRFillCrosstabGroup.totalHeader |
Modifier and Type | Method and Description |
---|---|
JRFillCellContents |
JRFillCrosstabObjectFactory.getCell(JRCellContents cell,
String cellType) |
JRFillCellContents |
JRFillCrosstabCell.getFillContents() |
JRFillCellContents |
JRFillCrosstabColumnGroup.getFillCrosstabHeader() |
JRFillCellContents |
JRFillCrosstabGroup.getFillHeader() |
JRFillCellContents |
JRFillCrosstabGroup.getFillTotalHeader() |
Modifier and Type | Field and Description |
---|---|
protected JRFillCellContents |
JRFillCrosstab.headerCell |
protected JRFillCellContents |
JRFillCrosstab.titleCellContents |
protected JRFillCellContents |
JRFillCrosstab.whenNoDataCell |
Modifier and Type | Method and Description |
---|---|
JRFillCellContents |
JRFillCellContents.getBoxContents(boolean left,
boolean right,
boolean top) |
JRFillCellContents |
JRFillCellContents.getTransformedContents(int newWidth,
int newHeight,
CrosstabColumnPositionEnum xPosition,
CrosstabRowPositionEnum yPosition) |
JRFillCellContents |
JRFillCellContents.getWorkingClone() |
protected JRFillCellContents |
JRFillCrosstab.CrosstabFiller.prepareColumnCrosstabHeader(int availableHeight) |
Constructor and Description |
---|
JRFillCellContents(JRFillCellContents cellContents,
JRFillCloneFactory factory) |
JRTemplateFrame(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JRFillCellContents cell)
Creates a template frame for a crosstab cell.
|
Copyright © 2017. All rights reserved.