Package | Description |
---|---|
net.sf.jasperreports.components.table.fill | |
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.export.draw | |
net.sf.jasperreports.engine.util |
Utility classes.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
net.sf.jasperreports.view |
Contains the Jasper viewer implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
TableReport |
Modifier and Type | Class and Description |
---|---|
class |
JasperReport
The actual representation of a compiled report.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List |
JRExpressionCollector.collectExpressions(JRReport report) |
static java.util.List |
JRExpressionCollector.collectExpressions(JRReport report,
JRCrosstab crosstab) |
static JRExpressionCollector |
JRExpressionCollector.collector(JRReport report) |
static JRExpressionCollector |
JRExpressionCollector.collector(JRReport report,
JRCrosstab crosstab) |
static java.lang.String |
JasperCompileManager.writeReportToXml(JRReport report)
Generates the XML representation of the report design object supplied as parameter
using the "UTF-8" enconding.
|
static void |
JasperCompileManager.writeReportToXmlFile(JRReport report,
java.lang.String destFileName)
Generates the XML representation of the report design supplied as the first parameter
and place it in the file specified by the second parameter.
|
static void |
JasperCompileManager.writeReportToXmlStream(JRReport report,
java.io.OutputStream outputStream)
Generates the XML representation of the report design object supplied as parameter
and writes it to the specified output stream, using the "UTF-8" encoding.
|
Constructor and Description |
---|
JasperReport(JRReport report,
java.lang.String compilerClass,
java.io.Serializable compileData,
JRBaseObjectFactory factory,
java.lang.String compileNameSuffix) |
JasperReport(JRReport report,
java.lang.String compilerClass,
java.io.Serializable compileData,
JRExpressionCollector expressionCollector,
java.lang.String compileNameSuffix)
Constructs a report by specifying the template report and compile information.
|
JRExpressionCollector(JRExpressionCollector parent,
JRReport report) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseReport |
Modifier and Type | Method and Description |
---|---|
protected void |
JRBaseReport.copyTemplates(JRReport report,
JRBaseObjectFactory factory) |
Constructor and Description |
---|
JRBaseReport(JRReport report) |
JRBaseReport(JRReport report,
JRBaseObjectFactory factory)
Constructs a copy of a report.
|
JRBaseReport(JRReport report,
JRExpressionCollector expressionCollector) |
Modifier and Type | Method and Description |
---|---|
JRReport |
ReportConverter.getReport() |
Modifier and Type | Method and Description |
---|---|
protected void |
ReportConverter.loadReportStyles(JRReport report) |
protected void |
ReportConverter.setStyles(JRReport report) |
Constructor and Description |
---|
ReportConverter(JRReport report,
boolean ignoreContent) |
Modifier and Type | Class and Description |
---|---|
class |
JasperDesign
JasperDesign is used for in-memory representation of a report design.
|
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
JRAbstractCompiler.getUnitName(JRReport report,
int crosstabId,
java.lang.String nameSuffix) |
protected static java.lang.String |
JRAbstractCompiler.getUnitName(JRReport report,
JRCrosstab crosstab,
JRExpressionCollector expressionCollector,
java.lang.String nameSuffix) |
protected static java.lang.String |
JRAbstractCompiler.getUnitName(JRReport report,
JRDataset dataset,
java.lang.String nameSuffix) |
static void |
JRVerifier.verifyBandHeights(java.util.Collection brokenRules,
JRReport report,
int pageHeight,
int topMargin,
int bottomMargin)
Validates that the report band heights fit on a page of certain size.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawVisitor.setTextRenderer(JRReport report) |
void |
PrintDrawVisitor.setTextRenderer(JRReport report) |
Constructor and Description |
---|
DrawVisitor(JRReport report,
java.awt.Graphics2D grx) |
Modifier and Type | Method and Description |
---|---|
void |
JRElementsVisitor.visitReport(JRReport report)
Visits all the elements of a report.
|
static void |
JRElementsVisitor.visitReport(JRReport report,
JRVisitor visitor)
Visits all the elements of a report.
|
static java.lang.String |
JRApiWriter.writeReport(JRReport report) |
static void |
JRApiWriter.writeReport(JRReport report,
java.io.OutputStream outputStream) |
static void |
JRApiWriter.writeReport(JRReport report,
java.lang.String destFileName) |
Constructor and Description |
---|
JRApiWriter(JRReport report) |
Modifier and Type | Method and Description |
---|---|
static void |
JRXmlWriter.writeReport(JRReport report,
java.io.OutputStream outputStream,
java.lang.String encoding) |
static java.lang.String |
JRXmlWriter.writeReport(JRReport report,
java.lang.String encoding) |
static void |
JRXmlWriter.writeReport(JRReport report,
java.lang.String destFileName,
java.lang.String encoding) |
Constructor and Description |
---|
JRXmlWriter(JRReport report,
java.lang.String encoding) |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignViewer.loadReport(JRReport rep) |
static void |
JasperDesignViewer.viewReportDesign(JRReport report) |
Constructor and Description |
---|
JasperDesignViewer(JRReport report)
Creates new form JasperDesignViewer
|
JRDesignViewer(JRReport report)
Creates new form JRDesignViewer
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com