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(JRFrame frame) |
void |
JRVisitor.visitFrame(JRFrame frame) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseFrame
Base read-only implementation of
JRFrame . |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseObjectFactory.visitFrame(JRFrame frame) |
Constructor and Description |
---|
JRBaseFrame(JRFrame frame,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
ConvertVisitor.visitFrame(JRFrame frame) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignFrame
Implementation of
JRFrame to be used at design time. |
Modifier and Type | Class and Description |
---|---|
class |
JRFillFrame
Fill time implementation of a frame element.
|
Modifier and Type | Field and Description |
---|---|
protected JRFrame |
JRFillFrame.parentFrame |
Modifier and Type | Method and Description |
---|---|
void |
JRFillObjectFactory.visitFrame(JRFrame frame) |
Constructor and Description |
---|
JRFillFrame(JRBaseFiller filler,
JRFrame frame,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
UniformElementVisitor.visitFrame(JRFrame frame) |
void |
JRDelegationVisitor.visitFrame(JRFrame frame) |
void |
JRElementsVisitor.visitFrame(JRFrame frame)
Visits the frame and all its children.
|
void |
JRVisitorSupport.visitFrame(JRFrame frame) |
void |
JRApiWriter.writeFrame(JRFrame frame,
java.lang.String frameName) |
Modifier and Type | Method and Description |
---|---|
void |
XmlWriterVisitor.visitFrame(JRFrame frame) |
void |
JRXmlWriter.writeFrame(JRFrame frame) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com