|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRSubreport | |
---|---|
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.export.draw | |
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. |
Uses of JRSubreport in net.sf.jasperreports.engine |
---|
Methods in net.sf.jasperreports.engine with parameters of type JRSubreport | |
---|---|
void |
JRExpressionCollector.collect(JRSubreport subreport)
|
void |
JRVisitor.visitSubreport(JRSubreport subreport)
|
Uses of JRSubreport in net.sf.jasperreports.engine.base |
---|
Classes in net.sf.jasperreports.engine.base that implement JRSubreport | |
---|---|
class |
JRBaseSubreport
|
Methods in net.sf.jasperreports.engine.base with parameters of type JRSubreport | |
---|---|
void |
JRBaseObjectFactory.visitSubreport(JRSubreport subreport)
|
Constructors in net.sf.jasperreports.engine.base with parameters of type JRSubreport | |
---|---|
JRBaseSubreport(JRSubreport subreport,
JRBaseObjectFactory factory)
|
Uses of JRSubreport in net.sf.jasperreports.engine.convert |
---|
Methods in net.sf.jasperreports.engine.convert with parameters of type JRSubreport | |
---|---|
void |
ConvertVisitor.visitSubreport(JRSubreport subreport)
|
Uses of JRSubreport in net.sf.jasperreports.engine.design |
---|
Classes in net.sf.jasperreports.engine.design that implement JRSubreport | |
---|---|
class |
JRDesignSubreport
|
Uses of JRSubreport in net.sf.jasperreports.engine.export.draw |
---|
Methods in net.sf.jasperreports.engine.export.draw with parameters of type JRSubreport | |
---|---|
void |
DrawVisitor.visitSubreport(JRSubreport subreport)
|
Uses of JRSubreport in net.sf.jasperreports.engine.fill |
---|
Classes in net.sf.jasperreports.engine.fill that implement JRSubreport | |
---|---|
class |
JRFillSubreport
|
Methods in net.sf.jasperreports.engine.fill with parameters of type JRSubreport | |
---|---|
protected void |
JRTemplateRectangle.setSubreport(JRSubreport subreport)
|
void |
JRFillObjectFactory.visitSubreport(JRSubreport subreport)
|
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRSubreport | |
---|---|
JRFillSubreport(JRBaseFiller filler,
JRSubreport subreport,
JRFillObjectFactory factory)
|
|
JRTemplateRectangle(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JRSubreport subreport)
|
Uses of JRSubreport in net.sf.jasperreports.engine.util |
---|
Methods in net.sf.jasperreports.engine.util with parameters of type JRSubreport | |
---|---|
void |
JRDelegationVisitor.visitSubreport(JRSubreport subreport)
|
void |
JRVisitorSupport.visitSubreport(JRSubreport subreport)
|
Uses of JRSubreport in net.sf.jasperreports.engine.xml |
---|
Methods in net.sf.jasperreports.engine.xml with parameters of type JRSubreport | |
---|---|
void |
XmlWriterVisitor.visitSubreport(JRSubreport subreport)
|
void |
JRXmlWriter.writeSubreport(JRSubreport subreport)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |