|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jrefinery.report.io.ext.factory.templates.TemplateCollection
A template collection.
Constructor Summary | |
TemplateCollection()
Creates a new collection. |
Method Summary | |
void |
addTemplate(TemplateDescription template)
Adds a template. |
void |
configure(org.jfree.util.Configuration config)
Configures this factory. |
org.jfree.util.Configuration |
getConfig()
Returns the currently set configuration or null, if none was set. |
TemplateDescription |
getDescription(Template template)
Returns a template description. |
TemplateDescription |
getTemplate(java.lang.String name)
Returns a template. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TemplateCollection()
Method Detail |
public void addTemplate(TemplateDescription template)
template
- the template.public TemplateDescription getTemplate(java.lang.String name)
name
- the template name.
public TemplateDescription getDescription(Template template)
template
- the template.
public void configure(org.jfree.util.Configuration config)
The configuration contents may change during the reporting.
config
- the configuration, never nullpublic org.jfree.util.Configuration getConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |