Package | Description |
---|---|
net.sf.jasperreports.components.table.fill | |
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade 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 | Class and Description |
---|---|
class |
TableReport |
Modifier and Type | Interface and Description |
---|---|
interface |
JRDefaultStyleProvider
An interface that provides a default style when none is specified.
|
interface |
JRReport
An abstract representation of a Jasper report.
|
interface |
JRTemplate
A template that can be used by report.
|
Modifier and Type | Class and Description |
---|---|
class |
JasperReport
The actual representation of a compiled report.
|
class |
JRSimpleTemplate
Default
JRTemplate implementation. |
Modifier and Type | Method and Description |
---|---|
JRDefaultFontProvider |
JasperPrint.getDefaultFontProvider()
When we want to virtualize pages, we want a font provider that
is not the print object itself.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseReport |
Modifier and Type | Field and Description |
---|---|
protected JRDefaultFontProvider |
JRBaseFont.defaultFontProvider |
Modifier and Type | Method and Description |
---|---|
JRDefaultFontProvider |
JRBaseFont.getDefaultFontProvider() |
Constructor and Description |
---|
JRBaseFont(JRDefaultFontProvider defaultFontProvider)
Deprecated.
To be removed in future versions.
|
JRBaseFont(JRDefaultFontProvider defaultFontProvider,
JRReportFont reportFont,
JRFont font)
Deprecated.
To be removed in future versions.
|
JRBaseFont(JRDefaultFontProvider defaultFontProvider,
JRReportFont reportFont,
JRStyleContainer styleContainer,
JRFont font)
Deprecated.
To be removed in future versions.
|
Modifier and Type | Class and Description |
---|---|
class |
JasperDesign
JasperDesign is used for in-memory representation of a report design.
|
Modifier and Type | Method and Description |
---|---|
void |
JRDesignFont.setDefaultFontProvider(JRDefaultFontProvider defaultFontProvider) |
Constructor and Description |
---|
JRDesignFont(JRDefaultFontProvider defaultFontProvider)
Deprecated.
To be removed in future versions.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseFiller |
class |
JRHorizontalFiller |
class |
JRVerticalFiller |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com