Package | Description |
---|---|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
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.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 |
Contains utility classes for the core library.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Class and Description |
---|---|
class |
FillTableSubreport |
class |
TableSubreport |
Constructor and Description |
---|
FillTableSubreport(FillContext fillContext,
JRSubreport subreport,
JRFillObjectFactory factory,
TableJasperReport tableReport,
BuiltinExpressionEvaluatorFactory builtinEvaluatorFactory) |
Modifier and Type | Method and Description |
---|---|
void |
JRExpressionCollector.collect(JRSubreport subreport) |
void |
JRVisitor.visitSubreport(JRSubreport subreport) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseSubreport |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseObjectFactory.visitSubreport(JRSubreport subreport) |
Constructor and Description |
---|
JRBaseSubreport(JRSubreport subreport,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
ConvertVisitor.visitSubreport(JRSubreport subreport) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignSubreport |
Modifier and Type | Class and Description |
---|---|
class |
JRFillSubreport |
Modifier and Type | Method and Description |
---|---|
protected void |
JRTemplateRectangle.setSubreport(JRSubreport subreport) |
void |
JRFillObjectFactory.visitSubreport(JRSubreport subreport) |
Constructor and Description |
---|
JRFillSubreport(JRBaseFiller filler,
JRSubreport subreport,
JRFillObjectFactory factory) |
JRTemplateRectangle(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JRSubreport subreport) |
Modifier and Type | Method and Description |
---|---|
void |
UniformElementVisitor.visitSubreport(JRSubreport subreport) |
void |
JRDelegationVisitor.visitSubreport(JRSubreport subreport) |
void |
JRVisitorSupport.visitSubreport(JRSubreport subreport) |
void |
JRApiWriter.writeSubreport(JRSubreport subreport,
String subreportName) |
Modifier and Type | Method and Description |
---|---|
void |
XmlWriterVisitor.visitSubreport(JRSubreport subreport) |
void |
JRXmlWriter.writeSubreport(JRSubreport subreport) |
Copyright © 2015. All rights reserved.