Package | Description |
---|---|
net.sf.jasperreports.components.iconlabel |
Contains classes for the built-in Icon Label component.
|
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).
|
Modifier and Type | Method and Description |
---|---|
JRDesignComponentElement |
IconLabelComponentUtil.createIconLabelComponentElement(JRTextElement textElement) |
JRDesignComponentElement |
IconLabelComponentUtil.createIconLabelComponentElement(JRTextElement parentElement,
JRTextElement textElement) |
Modifier and Type | Interface and Description |
---|---|
interface |
JRStaticText
An abstract representation of a report static text.
|
interface |
JRTextField
An abstract representation of a report text.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseStaticText
This class is used for representing a static text element.
|
class |
JRBaseTextElement
This class provides functionality common to text elements.
|
class |
JRBaseTextField
This class is used for representing a text field.
|
Constructor and Description |
---|
JRBaseTextElement(JRTextElement textElement,
JRBaseObjectFactory factory)
Initializes properties that are specific to text elements.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TextElementConverter.copyTextElement(ReportConverter reportConverter,
JRTextElement textElement,
JRBasePrintText printText) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignStaticText
This class is used for representing a design static text element.
|
class |
JRDesignTextElement
This class provides functionality common to design text elements.
|
class |
JRDesignTextField |
Modifier and Type | Class and Description |
---|---|
class |
JRFillStaticText |
class |
JRFillTextElement |
class |
JRFillTextField |
Modifier and Type | Method and Description |
---|---|
protected void |
JRTemplateText.setTextElement(JRTextElement textElement) |
Constructor and Description |
---|
JRFillTextElement(JRBaseFiller filler,
JRTextElement textElement,
JRFillObjectFactory factory) |
Copyright © 2021 TIBCO Software Inc.. All rights reserved.