Package | Description |
---|---|
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.part | |
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
PartEvaluationTime |
JRPart.getEvaluationTime()
Determines the moment at which this part is to be evaluated.
|
Modifier and Type | Field and Description |
---|---|
protected PartEvaluationTime |
JRBasePart.evaluationTime |
Modifier and Type | Method and Description |
---|---|
PartEvaluationTime |
JRBasePart.getEvaluationTime() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignPart.setEvaluationTime(PartEvaluationTime evaluationTime) |
Modifier and Type | Class and Description |
---|---|
class |
StandardPartEvaluationTime |
Modifier and Type | Method and Description |
---|---|
PartEvaluationTime |
FillPart.getEvaluationTime() |
Modifier and Type | Method and Description |
---|---|
protected PartEvaluationTime |
JRPartFactory.readEvaluationTime(Attributes atts) |
Copyright © 2016. All rights reserved.