Package | Description |
---|---|
net.sf.jasperreports.components.headertoolbar |
Contains classes for the built-in Header Toolbar component.
|
net.sf.jasperreports.components.iconlabel |
Contains classes for the built-in Icon Label component.
|
net.sf.jasperreports.components.map |
Contains classes for the built-in Google Map component.
|
net.sf.jasperreports.components.sort |
Contains classes for the built-in Sort 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.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
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 | Field and Description |
---|---|
static JRGenericElementType |
HeaderToolbarElement.ELEMENT_TYPE |
Modifier and Type | Field and Description |
---|---|
static JRGenericElementType |
IconLabelElement.ICONLABEL_ELEMENT_TYPE |
Modifier and Type | Field and Description |
---|---|
static JRGenericElementType |
MapComponent.MAP_ELEMENT_TYPE
The qualified type of Flash generic elements.
|
Modifier and Type | Field and Description |
---|---|
static JRGenericElementType |
SortElement.SORT_ELEMENT_TYPE |
Modifier and Type | Method and Description |
---|---|
JRGenericElementType |
JRGenericPrintElement.getGenericType()
Returns the type of this element.
|
JRGenericElementType |
JRGenericElement.getGenericType()
Returns the generic type of this element.
|
Modifier and Type | Method and Description |
---|---|
JRGenericElementType |
JRBaseGenericElement.getGenericType() |
JRGenericElementType |
JRBaseGenericPrintElement.getGenericType() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseGenericPrintElement.setGenericType(JRGenericElementType genericType)
Sets the type of this element.
|
Modifier and Type | Method and Description |
---|---|
JRGenericElementType |
JRDesignGenericElement.getGenericType() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignGenericElement.setGenericType(JRGenericElementType genericType)
Sets the type of the generic element.
|
Modifier and Type | Field and Description |
---|---|
static JRGenericElementType |
FlashPrintElement.FLASH_ELEMENT_TYPE
The qualified type of Flash generic elements.
|
Modifier and Type | Method and Description |
---|---|
GenericElementHandler |
GenericElementHandlerEnviroment.getElementHandler(JRGenericElementType type,
String exporterKey)
Returns a handler for a generic print element type and an exporter
key.
|
Modifier and Type | Field and Description |
---|---|
static JRGenericElementType |
JRFillCrosstab.CROSSTAB_INTERACTIVE_ELEMENT_TYPE |
Modifier and Type | Method and Description |
---|---|
JRGenericElementType |
JRFillGenericElement.getGenericType() |
JRGenericElementType |
JRTemplateGenericPrintElement.getGenericType()
Returns the generic type specified by the element template.
|
JRGenericElementType |
JRTemplateGenericElement.getGenericType()
Returns the type of the generic elements that use this template.
|
Modifier and Type | Method and Description |
---|---|
void |
JRTemplateGenericElement.setGenericType(JRGenericElementType genericType)
Sets the type of the generic elements that use this template.
|
Constructor and Description |
---|
JRTemplateGenericElement(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JRElement element,
JRGenericElementType genericType)
Creates a generic print element template.
|
JRTemplateGenericElement(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JRGenericElementType genericType)
Creates a generic print element template.
|
Copyright © 2016. All rights reserved.