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.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 | Method and Description |
---|---|
void |
JRExpressionCollector.collect(JRStaticText staticText) |
void |
JRVisitor.visitStaticText(JRStaticText staticText) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseStaticText
This class is used for representing a static text element.
|
Modifier and Type | Method and Description |
---|---|
void |
JRBaseObjectFactory.visitStaticText(JRStaticText staticText) |
Constructor and Description |
---|
JRBaseStaticText(JRStaticText staticText,
JRBaseObjectFactory factory)
Initializes the element properties.
|
Modifier and Type | Method and Description |
---|---|
void |
ConvertVisitor.visitStaticText(JRStaticText staticText) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignStaticText
This class is used for representing a design static text element.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillStaticText |
Modifier and Type | Method and Description |
---|---|
protected void |
JRTemplateText.setStaticText(JRStaticText staticText) |
void |
JRFillObjectFactory.visitStaticText(JRStaticText staticText) |
Constructor and Description |
---|
JRFillStaticText(JRBaseFiller filler,
JRStaticText staticText,
JRFillObjectFactory factory) |
JRTemplateText(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JRStaticText staticText) |
Modifier and Type | Method and Description |
---|---|
void |
JRVisitorSupport.visitStaticText(JRStaticText staticText) |
void |
UniformElementVisitor.visitStaticText(JRStaticText staticText) |
void |
JRDelegationVisitor.visitStaticText(JRStaticText staticText) |
void |
JRApiWriter.writeStaticText(JRStaticText staticText,
String staticTextName) |
Modifier and Type | Method and Description |
---|---|
void |
XmlWriterVisitor.visitStaticText(JRStaticText staticText) |
void |
JRXmlWriter.writeStaticText(JRStaticText staticText) |
Copyright © 2016. All rights reserved.