Package | Description |
---|---|
net.sf.jasperreports.components | |
net.sf.jasperreports.components.charts | |
net.sf.jasperreports.components.list | |
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 |
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 | 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