Package | Description |
---|---|
net.sf.jasperreports.charts.base |
Contains base implementations for chart related interfaces.
|
net.sf.jasperreports.charts.design |
Contains design time implementations for chart related interfaces.
|
net.sf.jasperreports.charts.fill |
Contains fill time implementations for chart 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.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 |
JRBaseValueDataset
An immutable version of a dataset that generates a single value.
|
Constructor and Description |
---|
JRBaseValueDataset(JRValueDataset dataset,
JRBaseObjectFactory factory)
Constructs a new dataset that is a copy of an existing one, and
register all of the new dataset's expressions with the specified
factory.
|
Modifier and Type | Class and Description |
---|---|
class |
JRDesignValueDataset
A data set that contains a single value.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillValueDataset |
Constructor and Description |
---|
JRFillValueDataset(JRValueDataset valueDataset,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
JRExpressionCollector.collect(JRValueDataset valueDataset) |
Modifier and Type | Method and Description |
---|---|
JRValueDataset |
JRBaseObjectFactory.getValueDataset(JRValueDataset valueDataset) |
Modifier and Type | Method and Description |
---|---|
JRValueDataset |
JRBaseObjectFactory.getValueDataset(JRValueDataset valueDataset) |
Modifier and Type | Method and Description |
---|---|
void |
JRVerifier.verify(JRValueDataset dataset)
Verify the design of a value dataset.
|
Modifier and Type | Method and Description |
---|---|
JRValueDataset |
JRFillObjectFactory.getValueDataset(JRValueDataset valueDataset) |
Modifier and Type | Method and Description |
---|---|
JRValueDataset |
JRFillObjectFactory.getValueDataset(JRValueDataset valueDataset) |
Modifier and Type | Method and Description |
---|---|
void |
JRApiWriter.writeValueDataset(JRValueDataset dataset,
String parentName,
String datasetNameSuffix)
Writes the description of a value dataset to the output stream.
|
Modifier and Type | Method and Description |
---|---|
void |
JRXmlWriter.writeValueDataset(JRValueDataset dataset)
Writes the description of a value dataset to the output stream.
|
Copyright © 2017. All rights reserved.