org.eclipse.birt.report.model.api
Interface IDesignEngineFactory

All Known Implementing Classes:
DesignEngineFactory

public interface IDesignEngineFactory

Factory class to create an instance of DesignEngine


Field Summary
static java.lang.String EXTENSION_DESIGN_ENGINE_FACTORY
          The extension point used to create the factory object.
 
Method Summary
 IDesignEngine createDesignEngine(DesignConfig config)
          Creates a new design engine object.
 

Field Detail

EXTENSION_DESIGN_ENGINE_FACTORY

public static final java.lang.String EXTENSION_DESIGN_ENGINE_FACTORY
The extension point used to create the factory object.

See Also:
org.eclipse.birt.core.framework.Platform#createFactoryObject(String), Constant Field Values
Method Detail

createDesignEngine

public IDesignEngine createDesignEngine(DesignConfig config)
Creates a new design engine object.

Parameters:
config - the given design config
Returns:
the design engine object


Copyright © 2005 Actuate Corp. All rights reserved.