Package | Description |
---|---|
net.sf.jasperreports.components | |
net.sf.jasperreports.components.barbecue | |
net.sf.jasperreports.components.barcode4j | |
net.sf.jasperreports.components.charts | |
net.sf.jasperreports.components.list | |
net.sf.jasperreports.components.map | |
net.sf.jasperreports.components.sort | |
net.sf.jasperreports.components.spiderchart | |
net.sf.jasperreports.components.table | |
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.component | |
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 |
---|---|
void |
ComponentsXmlHandler.writeToXml(ComponentKey componentKey,
Component component,
JRXmlWriter reportWriter) |
Modifier and Type | Interface and Description |
---|---|
interface |
BarbecueComponent |
Modifier and Type | Class and Description |
---|---|
class |
StandardBarbecueComponent |
Modifier and Type | Method and Description |
---|---|
Component |
BarbecueCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
Modifier and Type | Method and Description |
---|---|
void |
BarbecueCompiler.collectExpressions(Component component,
JRExpressionCollector collector) |
Component |
BarbecueCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
FillComponent |
BarbecueFillFactory.toFillComponent(Component component,
JRFillObjectFactory factory) |
void |
BarbecueCompiler.verify(Component component,
JRVerifier verifier) |
Modifier and Type | Class and Description |
---|---|
class |
BarcodeComponent |
class |
CodabarComponent |
class |
Code128Component |
class |
Code39Component |
class |
DataMatrixComponent |
class |
EAN128Component |
class |
EAN13Component |
class |
EAN8Component |
class |
FourStateBarcodeComponent |
class |
Interleaved2Of5Component |
class |
PDF417Component |
class |
POSTNETComponent |
class |
RoyalMailCustomerComponent |
class |
UPCAComponent |
class |
UPCEComponent |
class |
USPSIntelligentMailComponent |
Modifier and Type | Method and Description |
---|---|
Component |
BarcodeCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
Modifier and Type | Method and Description |
---|---|
void |
BarcodeCompiler.collectExpressions(Component component,
JRExpressionCollector collector) |
Component |
BarcodeCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
FillComponent |
BarcodeFillFactory.toFillComponent(Component component,
JRFillObjectFactory factory) |
void |
BarcodeCompiler.verify(Component component,
JRVerifier verifier) |
Modifier and Type | Interface and Description |
---|---|
interface |
ChartComponent |
Modifier and Type | Interface and Description |
---|---|
interface |
ListComponent
List component interface.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardListComponent
Standard
ListComponent implementation. |
Modifier and Type | Method and Description |
---|---|
Component |
ListComponentCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
Modifier and Type | Method and Description |
---|---|
void |
ListComponentCompiler.collectExpressions(Component component,
JRExpressionCollector collector) |
Component |
ListComponentCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
FillComponent |
FillListFactory.toFillComponent(Component component,
JRFillObjectFactory factory) |
void |
ListComponentCompiler.verify(Component component,
JRVerifier verifier) |
Modifier and Type | Interface and Description |
---|---|
interface |
MapComponent |
Modifier and Type | Class and Description |
---|---|
class |
StandardMapComponent |
Modifier and Type | Method and Description |
---|---|
Component |
MapCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
Modifier and Type | Method and Description |
---|---|
void |
MapCompiler.collectExpressions(Component component,
JRExpressionCollector collector) |
Component |
MapCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
FillComponent |
MapFillFactory.toFillComponent(Component component,
JRFillObjectFactory factory) |
void |
MapCompiler.verify(Component component,
JRVerifier verifier) |
Modifier and Type | Class and Description |
---|---|
class |
SortComponent |
Modifier and Type | Method and Description |
---|---|
Component |
SortComponentCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
Modifier and Type | Method and Description |
---|---|
void |
SortComponentCompiler.collectExpressions(Component component,
JRExpressionCollector collector) |
Component |
SortComponentCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
FillComponent |
SortComponentFillFactory.toFillComponent(Component component,
JRFillObjectFactory factory) |
void |
SortComponentCompiler.verify(Component component,
JRVerifier verifier) |
void |
SortComponentXmlWriter.writeToXml(ComponentKey componentKey,
Component component,
JRXmlWriter reportWriter) |
Modifier and Type | Class and Description |
---|---|
class |
SpiderChartComponent |
Modifier and Type | Method and Description |
---|---|
Component |
SpiderChartCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
Modifier and Type | Method and Description |
---|---|
void |
SpiderChartCompiler.collectExpressions(Component component,
JRExpressionCollector collector) |
Component |
SpiderChartCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
FillComponent |
SpiderChartFillFactory.toFillComponent(Component component,
JRFillObjectFactory factory) |
void |
SpiderChartCompiler.verify(Component component,
JRVerifier verifier) |
void |
SpiderChartXmlWriter.writeToXml(ComponentKey componentKey,
Component component,
JRXmlWriter reportWriter) |
Modifier and Type | Interface and Description |
---|---|
interface |
TableComponent |
Modifier and Type | Class and Description |
---|---|
class |
StandardTable |
Modifier and Type | Method and Description |
---|---|
Component |
TableCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
Modifier and Type | Method and Description |
---|---|
void |
TableCompiler.collectExpressions(Component component,
JRExpressionCollector collector) |
Component |
TableCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
FillComponent |
FillTableFactory.toFillComponent(Component component,
JRFillObjectFactory factory) |
void |
TableCompiler.verify(Component component,
JRVerifier verifier) |
Modifier and Type | Method and Description |
---|---|
Component |
JRComponentElement.getComponent()
Returns the component instance wrapped by this element.
|
Modifier and Type | Method and Description |
---|---|
Component |
JRBaseComponentElement.getComponent() |
Modifier and Type | Interface and Description |
---|---|
interface |
ContextAwareComponent |
Modifier and Type | Method and Description |
---|---|
Component |
ComponentCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory)
Provides a "compiled" component instance that will be included in the
compiled report.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentCompiler.collectExpressions(Component component,
JRExpressionCollector collector)
Collects report expressions from a component.
|
Component |
ComponentCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory)
Provides a "compiled" component instance that will be included in the
compiled report.
|
FillComponent |
ComponentFillFactory.toFillComponent(Component component,
JRFillObjectFactory factory)
Creates a fill component instance for a component.
|
void |
ComponentCompiler.verify(Component component,
JRVerifier verifier)
Logically verifies a component.
|
void |
ComponentXmlWriter.writeToXml(ComponentKey componentKey,
Component component,
JRXmlWriter reportWriter)
Outputs the XML representation of a component.
|
Modifier and Type | Method and Description |
---|---|
Component |
JRDesignComponentElement.getComponent() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignComponentElement.setComponent(Component component)
Sets the component instance wrapped by this element.
|
Modifier and Type | Method and Description |
---|---|
Component |
JRFillComponentElement.getComponent() |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com