Package | Description |
---|---|
net.sf.jasperreports.components.table.fill | |
net.sf.jasperreports.crosstabs.base | |
net.sf.jasperreports.crosstabs.design | |
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade 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.convert | |
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
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 |
---|---|
java.lang.String |
TableReportCompileData.getUnitName(JasperReport jasperReport,
JRCrosstab crosstab) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseCrosstab
Base read-only
crosstab implementation. |
Modifier and Type | Method and Description |
---|---|
static JRElement |
JRBaseCrosstab.getElementByKey(JRCrosstab crosstab,
java.lang.String key) |
Constructor and Description |
---|
JRBaseCrosstab(JRCrosstab crosstab,
JRBaseObjectFactory factory,
int id) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignCrosstab
Design-time
crosstab implementation. |
Modifier and Type | Method and Description |
---|---|
void |
JRExpressionCollector.collect(JRCrosstab crosstab)
Collects expressions from a crosstab.
|
static java.util.List |
JRExpressionCollector.collectExpressions(JRReport report,
JRCrosstab crosstab) |
static JRExpressionCollector |
JRExpressionCollector.collector(JRReport report,
JRCrosstab crosstab) |
JRExpressionCollector |
JRExpressionCollector.getCollector(JRCrosstab crosstab)
Returns the expression collector for a crosstab.
|
java.lang.Integer |
JRExpressionCollector.getCrosstabId(JRCrosstab crosstab) |
java.util.List |
JRExpressionCollector.getExpressions(JRCrosstab crosstab)
Returns the expressions collected for a crosstab.
|
static JREvaluator |
JasperCompileManager.loadEvaluator(JasperReport jasperReport,
JRCrosstab crosstab) |
void |
JRVisitor.visitCrosstab(JRCrosstab crosstab) |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseObjectFactory.visitCrosstab(JRCrosstab crosstab) |
Modifier and Type | Method and Description |
---|---|
void |
ConvertVisitor.visitCrosstab(JRCrosstab crosstab) |
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
JRReportCompileData.getCrosstabCompileData(JRCrosstab crosstab)
Returns the compile data for a crosstab.
|
static java.lang.String |
JRAbstractCompiler.getUnitName(JasperReport report,
JRCrosstab crosstab)
Returns the name of the expression evaluator unit for a crosstab of a report.
|
java.lang.String |
JRReportCompileData.getUnitName(JasperReport jasperReport,
JRCrosstab crosstab) |
protected static java.lang.String |
JRAbstractCompiler.getUnitName(JRReport report,
JRCrosstab crosstab,
JRExpressionCollector expressionCollector,
java.lang.String nameSuffix) |
JREvaluator |
JRCompiler.loadEvaluator(JasperReport jasperReport,
JRCrosstab crosstab)
Loads a expression evaluator class for a crosstab of a report.
|
JREvaluator |
JRAbstractCompiler.loadEvaluator(JasperReport jasperReport,
JRCrosstab crosstab) |
JREvaluator |
JRDefaultCompiler.loadEvaluator(JasperReport jasperReport,
JRCrosstab crosstab)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillCrosstab
Fill-time implementation of a
crosstab . |
Modifier and Type | Field and Description |
---|---|
protected JRCrosstab |
JRFillCrosstab.parentCrosstab |
Modifier and Type | Method and Description |
---|---|
void |
JRFillObjectFactory.visitCrosstab(JRCrosstab crosstabElement) |
Constructor and Description |
---|
JRFillCrosstab(JRBaseFiller filler,
JRCrosstab crosstab,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
JRVisitorSupport.visitCrosstab(JRCrosstab crosstab) |
void |
JRDelegationVisitor.visitCrosstab(JRCrosstab crosstab) |
void |
JRElementsVisitor.visitCrosstab(JRCrosstab crosstab)
Visits the crosstab and the elements in all its cells.
|
void |
UniformElementVisitor.visitCrosstab(JRCrosstab crosstab) |
void |
JRApiWriter.writeCrosstab(JRCrosstab crosstab,
java.lang.String crosstabName) |
Modifier and Type | Method and Description |
---|---|
void |
XmlWriterVisitor.visitCrosstab(JRCrosstab crosstab) |
void |
JRXmlWriter.writeCrosstab(JRCrosstab crosstab) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com