|
||||||||||
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
com.jrefinery.report.io.ext.factory.templates.TemplateCollector
A template collection.
Constructor Summary | |
TemplateCollector()
Creates a new template collector. |
Method Summary | |
void |
addTemplateCollection(TemplateCollection tc)
Adds a template collection. |
void |
configure(org.jfree.util.Configuration config)
Configures this factory. |
TemplateDescription |
getDescription(Template template)
Returns a template description. |
java.util.Iterator |
getFactories()
Returns an iterator that provides access to the factories. |
TemplateDescription |
getTemplate(java.lang.String name)
Returns a template description. |
Methods inherited from class com.jrefinery.report.io.ext.factory.templates.TemplateCollection |
addTemplate, getConfig |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TemplateCollector()
Method Detail |
public void addTemplateCollection(TemplateCollection tc)
tc
- the template collection.public java.util.Iterator getFactories()
public TemplateDescription getTemplate(java.lang.String name)
getTemplate
in class TemplateCollection
name
- the name.
public TemplateDescription getDescription(Template template)
getDescription
in class TemplateCollection
template
- the template.
public void configure(org.jfree.util.Configuration config)
The configuration contents may change during the reporting.
configure
in class TemplateCollection
config
- the configuration, never null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |