|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.component.DefaultComponentManager
public class DefaultComponentManager
A default component manager implementation.
| Constructor Summary | |
|---|---|
DefaultComponentManager()
|
|
| Method Summary | |
|---|---|
ComponentCompiler |
getComponentCompiler()
Returns the component compiler. |
ComponentFillFactory |
getComponentFillFactory()
Returns the factory of fill component instances. |
ComponentXmlWriter |
getComponentXmlWriter()
Returns the component XML writer. |
ComponentDesignConverter |
getDesignConverter()
Returns the design component preview converter. |
void |
setComponentCompiler(ComponentCompiler componentCompiler)
Sets the component compiler implementation. |
void |
setComponentFillFactory(ComponentFillFactory fillFactory)
Sets the fill component factory implementation. |
void |
setComponentXmlWriter(ComponentXmlWriter componentXmlWriter)
Sets the component XML writer implementation. |
void |
setDesignConverter(ComponentDesignConverter designConverter)
Sets the design component preview converter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultComponentManager()
| Method Detail |
|---|
public ComponentFillFactory getComponentFillFactory()
ComponentManager
getComponentFillFactory in interface ComponentManagerpublic void setComponentFillFactory(ComponentFillFactory fillFactory)
fillFactory - the fill component factorygetComponentFillFactory()public ComponentCompiler getComponentCompiler()
ComponentManager
getComponentCompiler in interface ComponentManagerpublic void setComponentCompiler(ComponentCompiler componentCompiler)
componentCompiler - the component compilergetComponentCompiler()public ComponentXmlWriter getComponentXmlWriter()
ComponentManager
getComponentXmlWriter in interface ComponentManagerpublic void setComponentXmlWriter(ComponentXmlWriter componentXmlWriter)
componentXmlWriter - the component XML writergetComponentXmlWriter()public ComponentDesignConverter getDesignConverter()
ComponentManager
May be null, in which case a static icon is used when
previewing a report that contains an instance of the component.
getDesignConverter in interface ComponentManagernull
if no such converter exists for the component.public void setDesignConverter(ComponentDesignConverter designConverter)
designConverter - the design component preview converter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||