Package | Description |
---|---|
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.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 |
---|---|
void |
JRExpressionCollector.collect(JRGenericElement element)
Collects expressions from a generic element.
|
void |
JRVisitor.visitGenericElement(JRGenericElement element)
Visits a generic report element.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseGenericElement
A read-only implementation of
JRGenericElement
that is included in compiled reports. |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseObjectFactory.visitGenericElement(JRGenericElement element) |
Constructor and Description |
---|
JRBaseGenericElement(JRGenericElement element,
JRBaseObjectFactory factory)
Creates a generic element by copying an existing element.
|
Modifier and Type | Method and Description |
---|---|
void |
ConvertVisitor.visitGenericElement(JRGenericElement element) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignGenericElement
A implementation of
JRGenericElement that is to be used at report
design time. |
Modifier and Type | Method and Description |
---|---|
protected void |
JRVerifier.verifyGenericElement(JRGenericElement element) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillGenericElement
A
JRGenericElement used during report fill. |
Modifier and Type | Method and Description |
---|---|
void |
JRFillObjectFactory.visitGenericElement(JRGenericElement element) |
Constructor and Description |
---|
JRFillGenericElement(JRBaseFiller filler,
JRGenericElement element,
JRFillObjectFactory factory) |
JRTemplateGenericElement(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JRGenericElement element) |
Modifier and Type | Method and Description |
---|---|
void |
JRDelegationVisitor.visitGenericElement(JRGenericElement element) |
void |
UniformElementVisitor.visitGenericElement(JRGenericElement element) |
void |
JRVisitorSupport.visitGenericElement(JRGenericElement element) |
void |
JRApiWriter.writeGenericElement(JRGenericElement element,
java.lang.String elementName)
protected XmlNamespace getNamespace()
{
return JASPERREPORTS_NAMESPACE;
}
/**
|
Modifier and Type | Method and Description |
---|---|
void |
XmlWriterVisitor.visitGenericElement(JRGenericElement element) |
void |
JRXmlWriter.writeGenericElement(JRGenericElement element) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com