Package | Description |
---|---|
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.convert | |
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).
|
net.sf.jasperreports.engine.util |
Utility classes.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
JRPrintElement |
ListDesignConverter.convert(ReportConverter reportConverter,
JRComponentElement element) |
Modifier and Type | Method and Description |
---|---|
JRPrintElement |
SpiderChartDesignConverter.convert(ReportConverter reportConverter,
JRComponentElement element) |
static JRRenderable |
SpiderChartRendererEvaluator.evaluateRenderer(JRComponentElement element,
SpiderChartSharedBean spiderchartBean,
ChartCustomizer chartCustomizer,
java.lang.String defaultRenderType,
java.lang.String datasetType) |
Modifier and Type | Method and Description |
---|---|
JRPrintElement |
TableDesignConverter.convert(ReportConverter reportConverter,
JRComponentElement element) |
Modifier and Type | Method and Description |
---|---|
void |
JRExpressionCollector.collect(JRComponentElement componentElement)
Collects expressions from a component element wrapper.
|
void |
JRVisitor.visitComponentElement(JRComponentElement componentElement)
Visits a component wrapper element.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseComponentElement
A read-only
JRComponentElement implementation which is included
in compiled reports. |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseObjectFactory.visitComponentElement(JRComponentElement componentElement) |
Constructor and Description |
---|
JRBaseComponentElement(JRComponentElement element,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
JRComponentElement |
ComponentContext.getComponentElement()
Returns the component element that wraps the component.
|
JRComponentElement |
BaseComponentContext.getComponentElement() |
JRComponentElement |
FillContext.getComponentElement()
Returns the component element that wraps the component.
|
Modifier and Type | Method and Description |
---|---|
JRPrintElement |
ComponentDesignConverter.convert(ReportConverter reportConverter,
JRComponentElement element)
Converts a component element into a print element that represents a preview
of the component.
|
void |
BaseComponentContext.setComponentElement(JRComponentElement element) |
Modifier and Type | Method and Description |
---|---|
void |
ConvertVisitor.visitComponentElement(JRComponentElement componentElement) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignComponentElement
A
JRComponentElement implementation which is to be used at report
design time. |
Modifier and Type | Method and Description |
---|---|
JRComponentElement |
JRVerifier.getCurrentComponentElement()
Returns the component element which is currently verified, if any.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JRVerifier.pushCurrentComponentElement(JRComponentElement element) |
protected void |
JRVerifier.verifyComponentElement(JRComponentElement element) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillComponentElement
A
JRComponentElement which is used during report fill. |
Modifier and Type | Method and Description |
---|---|
JRComponentElement |
JRFillComponentElement.getComponentElement() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillObjectFactory.visitComponentElement(JRComponentElement componentElement) |
Constructor and Description |
---|
JRFillComponentElement(JRBaseFiller filler,
JRComponentElement element,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
JRVisitorSupport.visitComponentElement(JRComponentElement componentElement) |
void |
JRDelegationVisitor.visitComponentElement(JRComponentElement componentElement) |
void |
UniformElementVisitor.visitComponentElement(JRComponentElement componentElement) |
void |
JRApiWriter.writeComponentElement(JRComponentElement componentElement,
java.lang.String componentName) |
Modifier and Type | Method and Description |
---|---|
void |
XmlWriterVisitor.visitComponentElement(JRComponentElement componentElement) |
void |
JRXmlWriter.writeComponentElement(JRComponentElement componentElement) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com