public class DefaultComponentManager extends java.lang.Object implements ComponentManager
component manager
implementation.Constructor and Description |
---|
DefaultComponentManager() |
Modifier and Type | Method and Description |
---|---|
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.
|
public ComponentFillFactory getComponentFillFactory()
ComponentManager
getComponentFillFactory
in interface ComponentManager
public void setComponentFillFactory(ComponentFillFactory fillFactory)
fillFactory
- the fill component factorygetComponentFillFactory()
public ComponentCompiler getComponentCompiler()
ComponentManager
getComponentCompiler
in interface ComponentManager
public void setComponentCompiler(ComponentCompiler componentCompiler)
componentCompiler
- the component compilergetComponentCompiler()
public ComponentXmlWriter getComponentXmlWriter()
ComponentManager
getComponentXmlWriter
in interface ComponentManager
public 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 ComponentManager
null
if no such converter exists for the component.public void setDesignConverter(ComponentDesignConverter designConverter)
designConverter
- the design component preview converter© 2001-2010 Jaspersoft Corporation www.jaspersoft.com