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.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 | Interface and Description |
---|---|
interface |
JRChart
Implementations of this interface can be used for rendering chart components.
|
interface |
JRImage
An abstract representation of a graphic element representing an image.
|
interface |
JRTextField
An abstract representation of a report text.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseChart |
class |
JRBaseImage
The actual implementation of a graphic element representing an image.
|
class |
JRBaseTextField
This class is used for representing a text field.
|
Modifier and Type | Class and Description |
---|---|
class |
JRDesignChart |
class |
JRDesignImage
The actual implementation of a graphic element representing an image, used at design time.
|
class |
JRDesignTextField |
Modifier and Type | Class and Description |
---|---|
class |
JRFillChart |
class |
JRFillImage |
class |
JRFillTextField |
Copyright © 2016. All rights reserved.