|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JRTemplate
A template that can be used by report.
Templates contain report styles that can be used by reports once the template is included in the report. This allows styles to be externalized and reused across several reports. A template can in its turn include other templates, seegetIncludedTemplates()
.
JRReport.getTemplates()
,
JRParameter.REPORT_TEMPLATES
,
JRStyleContainer.getStyleNameReference()
Method Summary | |
---|---|
JRTemplateReference[] |
getIncludedTemplates()
Returns the templates included/referenced by this template. |
JRStyle[] |
getStyles()
Returns the styles defined in this template. |
Methods inherited from interface net.sf.jasperreports.engine.JRDefaultStyleProvider |
---|
getDefaultStyle |
Methods inherited from interface net.sf.jasperreports.engine.JRDefaultFontProvider |
---|
getDefaultFont |
Method Detail |
---|
JRTemplateReference[] getIncludedTemplates()
JRStyle[] getStyles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |